Re: 128 Kb CPU hangs up when 128Mhz overclocking is applied STM32103
Posted: Wed Jun 09, 2021 3:37 am
if you like mozzi
https://github.com/sensorium/Mozzi
i'd suggest to make an attempt of a port say to stm32f405 or stm32f407 (stm32f407 mainly has more IO hardware but tend to have less sram and flash vs stm32f405, stm32f405 rg has 1m flash and 512k sram) adafruit, micropython, olimex has boards with stm32f405, there is also original nucleos from st and the usual places e.g. aliexpress, ebay etc u'd find some boards there, i've not literally worked on stm32f7 but i'd just say they are possibly a fastest as cpu prowess goes - superscalar (i.e. multiple concurrent instructions per clock cycle).https://www.st.com/resource/en/applicat ... ronics.pdf
and for mozzi to use the native stm32f4 or stm32f7 hardware fpu features. i'd think it would see speed improvements there.
i took a look at faust
https://faust.grame.fr/
and it seemed it is quite well featured in the academic circles and among those using it in research
https://www.youtube.com/watch?v=7w-DwwoFKhU
accordingly it can generate codes for embedded platform e.g. stm32f405 and hence it may be worth checking out as well.
https://www.striso.org/open/stm32f4-faust-target/
https://github.com/pierstitus/STM32F4-Synth
apparently someone has done something with stm32h7 and offered it as a product
https://www.electro-smith.com/daisy/daisy
https://github.com/electro-smith/DaisyExamples
as for the rest you may like to browse github repositories etc for them.
https://github.com/sensorium/Mozzi
i'd suggest to make an attempt of a port say to stm32f405 or stm32f407 (stm32f407 mainly has more IO hardware but tend to have less sram and flash vs stm32f405, stm32f405 rg has 1m flash and 512k sram) adafruit, micropython, olimex has boards with stm32f405, there is also original nucleos from st and the usual places e.g. aliexpress, ebay etc u'd find some boards there, i've not literally worked on stm32f7 but i'd just say they are possibly a fastest as cpu prowess goes - superscalar (i.e. multiple concurrent instructions per clock cycle).https://www.st.com/resource/en/applicat ... ronics.pdf
and for mozzi to use the native stm32f4 or stm32f7 hardware fpu features. i'd think it would see speed improvements there.
i took a look at faust
https://faust.grame.fr/
and it seemed it is quite well featured in the academic circles and among those using it in research
https://www.youtube.com/watch?v=7w-DwwoFKhU
accordingly it can generate codes for embedded platform e.g. stm32f405 and hence it may be worth checking out as well.
https://www.striso.org/open/stm32f4-faust-target/
https://github.com/pierstitus/STM32F4-Synth
apparently someone has done something with stm32h7 and offered it as a product
https://www.electro-smith.com/daisy/daisy
https://github.com/electro-smith/DaisyExamples
as for the rest you may like to browse github repositories etc for them.