2019-02-23 12:34 AM
I want to flash STM32Cube_FW_F4_V1.23.0 example application code on STM32f429 Nucleo 144 board using eclipse IDE this work with the systemworkbench.
How use STM32CubeMX with eclipse ?
2019-02-23 05:09 AM
Perhaps look for tutorials on creating projects in your chosen IDE, and how to integrate OpenOCD to download/debug code directly. The STM32 Cube Programmer can also be used to download code (.BIN, .HEX, .ELF) that your tool chain generates.