10 years ago.

which toolchain lets me debug my program?

mbed online has no debugger, what toolchain allows me to single step thru my program on the STM32F401RE and debug it?

Thanks Mike

Question relating to:

Affordable and flexible platform to ease prototyping using a STM32F401RET6 microcontroller.

1 Answer

10 years ago.

There are several toolchain you can use to debug STM32F401RE

  1. keil MDK
  2. IAR
  3. gcc arm embedded (arm-none-eabi-gdb) + pyOCD or OpenOCD

Accepted Answer