Skip to main content
Associate
February 15, 2024
Question

Breakpoint does not work with STM32MP13 package for use with azureRTOS

  • February 15, 2024
  • 1 reply
  • 960 views

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 :

 

 

DalH_1-1708004226199.pngDalH_2-1708004261889.png

thanks in advance for your help

    This topic has been closed for replies.

    1 reply

    Associate III
    March 21, 2024

    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

    ravo_1-1711022551266.png

    And verify if you did not have enabled Skip All Breakpoints in Run menu

    I hope that this will help you.

    Regards

    Radim