Debugging HAL_CM4.S in Mbed with Nucleo411RE

Sysprogs forums Forums VisualGDB Debugging HAL_CM4.S in Mbed with Nucleo411RE

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11240
    steveh
    Participant

    Hi-

    I’m trying to debug what is going on during a task switch in MBED RTOS.  I can’t set a break point anywhere in the HAL_CM4.S file.  What can I do to debug the task switch in the .S file?

    #11241
    support
    Keymaster

    Hi,

    Please double-check that the .S file is actually compiled with the -ggdb switch (so that gdb can get debugging information for it). If it does not help, please try repairing breakpoints via VisualGDB breakpoint repair button in the GDB Session window.

    #11246
    steveh
    Participant

    Thanks!

    The breakpoints repair button fixed this.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.