Question
stm32cubmx with stm32f3 discovery and gcc
Posted on June 14, 2016 at 20:37
For those of you interested in using open source tools with stm32cubemx, I've put together a github repository with a number of examples for the stm32f3 discovery board including the scripts necessary to build using gnu based tools
https://github.com/geoffreymbrown/stm32cubef3-examplesThe examples include virtual com, USB MSC with SC + SPI, FatFS, and, USB MSC with a ram disk.Geoffrey