Hi everyone,
I'm currently developing an application for S32K344 using FreeRTOS and encountered a rather strange issue. When I try to step-through debug my program, it consistently gets stuck at static void prvPortStartFirstTask(void), specifically at the assembly instruction svc 255.
The odd part is that the program runs perfectly fine when I simply download and reset it - the issue only occurs during step-by-step debugging.
Has anyone experienced something similar or could offer some guidance? I've attached my debugger configuration page for reference.
Thanks in advance for any help!
#S32K344 #jlink

