2019-02-09 12:01 AM
I would like to upload a project built with cmake gui in the Window10 to mcu board based on stm32f427II chip. When I build cmake, configure is configured as VS2017, and the result is as shown below. However, to upload to the board, I think I need to use an IDE such as KEIL or Truestudio. KEIL is too expensive, and I think I need to use Truestudio.
1) Do I need to set configure to eclipse at cmake in order to upload from Truestudio? If so, what should I choose between eclipse CDT4 - NMake makefiles / MinGW makefiles / Ninja / Unix makefiles at cmake? The Truestudio version is 9.2.0.
2) If I select the configure with VS2017, is it possible to upload the built files directly to the stm32f4 board??
2019-02-09 01:56 AM
Could you use OpenOCD or STM32 Cube Programmer?
2019-02-09 03:15 PM
Consider also visualgdb.com. Not free, but affordable and worth is price. And most important, their debugger is good and they know STM32.
-- pa