Skip to content

This project is designed to run a DIY Audio Synthesizer using an STM32 board.

Notifications You must be signed in to change notification settings

shafir360/Synthesizer_STM32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running

This project is designed to run a DIY Audio Synthesizer using an STM32 board.

In order to run this project, you must go into the files for the arduino compiler and replace the 1.9.0 folder in ..\Arduino15\packages\STM32\hardware\stm32\1.9.0 with the 1.9.0 folder in this repo.

Then move into the main directory and compile the main.ino file.

Project structure

Folder 1.9.0

This is a clone of the arduino drivers repo. Only a few modifications have been made to it to enable advanced functionality (enabling the Direct Memory Access - DMA)

Folder main

Contains the main source code to run

About

This project is designed to run a DIY Audio Synthesizer using an STM32 board.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.3%
  • Assembly 0.8%
  • HTML 0.7%
  • C++ 0.2%
  • Python 0.0%
  • CMake 0.0%