How to debug in udp_echoserver_receive_callback function when implementing udp echo server on Nucleo-F439zi
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-25 8:00 AM
Hey,
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
Labels:
- Labels:
-
Ethernet
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-09-08 7:08 AM
Hello @LBadi.1 ,
Try to reduce the optimization level to 0 in order to debug the callback function.
BeST Regards,
Walid
