2024-02-15 05:38 AM
Hello,
I use STM32CubeMP13 Package has beed added by ST ( here on the wiki, here on github). I was able to use the DDR init and TCP echo client example on my STM32MP135F-DISCO board successfully. However, one problem remains. I can't set breakpoints for the TCP echo client example, nor for any other example using netXduo.
The examples work fine, it's as if I hadn't set any breakpoints in the program when I run in debug mode. The breakpoints work perfectly in the DDR init example. Is this related to the fact that the program runs in the DDR? Here's a screenshot of my debug configuration :
thanks in advance for your help
2024-03-21 05:04 AM
Dear @DalH
I was also problem using breakpoints, but after checking Project settings it is working.
I am using Nx_UDP_Echo_Client Application example, and Breakpoints work here.
You can check if you have setup correct Debug levelel in Project Settings for C++ and Assembler
And verify if you did not have enabled Skip All Breakpoints in Run menu
I hope that this will help you.
Regards
Radim