s32ds:3.5.6
rtd:7.0.0
I encountered an issue while conducting a bootloader experiment using the s32k311 chip. I configured a regular CAN and attempted to verify that the program jumps from the BL program to the app. However, after adding the jump function, the CAN send function of the BL program stopped working. Unless I connect to J-Link for debugging, and once debugging starts, I always receive output from the debug print
Program received signal SIGTRAP, Trace/breakpoint trap.
0x20008008 in ?? ()
I would appreciate any possible assistance in solving this problem. Thank you