10 years, 5 months ago.

How to write the project on STM32F4?

Hi. I have a STM32F4 DISCOVERY board that I got in a microcontroller course, and I`m trying to use it with mbed.

I`ve read about porting to a new target, but I didn`t quite get how program the memory of my board with my project. Even the tests are not working (there are target files for STM32F4).

I have a DMU sensor and want to use STM32F4 to read it, and transmit the data to PC via USB (Virtual COM port).

I am quite new to microcontroller programming. Please, I need a LOT of help (a bit lost here)

1 Answer

10 years, 5 months ago.

Unfortunately for you your board is not yet officially supported by the mbed platform.

However there is an unofficial port that people have been working on. You can find information here: https://groups.google.com/forum/#!topic/mbed-devel/CgqJaojhSmk

Your best bet would be to look at information on the manufacturer's web site http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/PF252419

to see if they have examples, etc.