Firmware and design files for an educational DSP device. https://bitgloo.com/projects/stmdsp
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Clyne 0fde1b98ee firmware reorganize; added more sample rates 4 years ago
cfg fixed sample rate setting 4 years ago
gui firmware reorganize; added more sample rates 4 years ago
mathematica Added mathematica test code 4 years ago
source firmware reorganize; added more sample rates 4 years ago
.gitignore add elf load draft, filter program template 4 years ago
.gitmodules using serial lib, can connect to device 4 years ago
LICENSE Initial commit 4 years ago
Makefile keep target as L476; minimize RAM usage 4 years ago
README.md Update README.md 4 years ago
STM32L432xC_stmdsp.ld keep target as L476; minimize RAM usage 4 years ago
openocd.sh 8kSps rate; elf in SRAM2 4 years ago

README.md

stmdsp

This is the source code for an STM32-based DSP device. The primary goal of this device is to transform signals in real-time, through a GUI for writing and uploading C++ code to the device.

The firmware for the device is written in C++, on top of the ChibiOS real-time operating system.

Features:

  • Read in a signal from the ADC, and either pass-through or apply a filter to the signal before outputting it over the DAC
  • Sampling rate of 96kS/s
  • Measuring of filter code in processor clock cycles

Device features:

  • Read +/- 5V signal(s) off of at least one pin
  • Send +/- 5V signal(s) off of at least one pin
  • Communicate with a computer program to allow for the reading, writing, and transformation of signals.

See the wiki for more information about components of the device's software and hardware.

Directory explanation: Source code for the device's firmware is in the source directory.
Source code for the accompanying GUI is in gui.
Notebook files for working with the device in Mathematica are in mathematica.