

You don’t need to use/buy external debug probe.Īrduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. ST Nucleo L031K6 has on-board debug probe and IS READY for debugging. You can switch between debugging Tools & Debug Probes usingĭebug_tool option in “platformio.ini” (Project Configuration File). Instructions and configuration information. Wiki Pull Requests STM32F407VET6 black board It provides an affordable (about 9 on eBay) and flexible way for users to try out new ideas and build prototypes. Please click on compatible debug tool below for the further

For FreeRTOS I am using TIM14 as a Systick (initialized in CubeMX).
#DEBUGGING A NUCLEO BOARD INSTALL#
You will need to install debug tool drivers depending on your system. I am trying to do step by step debugging of my FreeRTOS application in STM32CUBEIDE, and I have a problem because every time I try to make a step in debug mode the state of the execution pointer in GUI goes into the TIM8TRGCOMTIM14IRQHandler.

