Looking at your callstack, it seems like scheduler successfully starts the timer task. You can confirm that by putting a breakpoint in the timer task.
One possible reason of the trap may be that the system call handler is not correctly installed. I am not familiar enough with this part to be able to tell how to install system call handler correctly. You may reach out to Infineon to learn about this.