2017-05-05 07:24 AM
Hello All,
I am using SPC560B54L5 board along with SPC5studio 5.2.1 and UDE 4.2
In my application I am trying to receive 256 bytes of data/packet and sending 30 bytes(max.) of response to the sender. The application starts working initially, but after sometime(most of the time after 274 packets) it blocks somewhere. The status in UDE shows ''core running'' but failing to send or receive data through UART.
If I try to break the execution explicitly in UDE, UDE prompts to select the source file''reent.c''.
No other interrupts except UART and PIT(PIT0 for syswaitmilliseconds()) , are in my application.
Prompting for reent.c:
Kindly provide your valuable suggestion to resolve the issue.
Solved! Go to Solution.
2017-05-09 12:54 AM
Hello ,
it is maybe a coredump in libc.
you should check your your full stack with function calls with PLS UDE and put a breakpoint before entering in libc.
Best regards
Erwan
2017-05-09 12:54 AM
Hello ,
it is maybe a coredump in libc.
you should check your your full stack with function calls with PLS UDE and put a breakpoint before entering in libc.
Best regards
Erwan