How can I configure interrupt (SPC560B54L5) without using Init package available (using just Platform RLA component) ?
I am using Init package component (in which irq, osal, etc. components are present). When I use just timer interrupt, it gets successfully run. however, when I am trying to add UART peripheral inside the code, it gets stuck at _IVOR1. What can be the reason of this behaviour?
Also, inside OSAL component, Timer 0 is configured, can anyone please elaborate the use of Timer 0 over there?
