This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi
I am using 28388 control card.
The cm project is using enet_lwip_udp.
When breakpointing while((long_udp_complete < long_total) of udp_rx_callback function for debugging, a pop-up message is displayed like the attached picture.
dev.ti.com/.../node
I checked the debug error in the link, but the settings are as per the link.
How do I debug the udp_rx_callback function?
Hi,
It could be because you ran out of breakpoint resources. Can you try removing some of the breakpoints?
Regards,
Veena
Hi
I deleted all the breakpoints and put a breakpoint again at that point, but the result is the same.