Skip to main content
LBadi.1
Associate II
August 25, 2021
Question

How to debug in udp_echoserver_receive_callback function when implementing udp echo server on Nucleo-F439zi

  • August 25, 2021
  • 1 reply
  • 1473 views

0693W00000DqN0yQAF.png0693W00000DqN0UQAV.pngHey,

Have a question about how to debug in the udp_receive_callback function. In fact, I have done some stuff there but I am trying to debug there (put breakpoints inside of udp_receive_callback but it never goes there ...) without success until now.

You can see it in those pictures attached.

Any idea how to handle it?

Thank you

This topic has been closed for replies.

1 reply

Walid ZRELLI
Visitor II
September 8, 2021

Hello @LBadi.1​ ,

Try to reduce the optimization level to 0 in order to debug the callback function.

BeST Regards,

Walid