cancel
Showing results for 
Search instead for 
Did you mean: 

How can I configure interrupt (SPC560B54L5) without using Init package available (using just Platform RLA component) ?

Pooja WANI
Associate II

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

Hello ,

There are some examples in the test applications in SPC5Studio.

by the debugger you can rebuild the stack and check where the problem occured before the IVOR1

Best Regards

Erwan

View solution in original post

1 REPLY 1
Erwan YVIN
ST Employee

Hello ,

There are some examples in the test applications in SPC5Studio.

by the debugger you can rebuild the stack and check where the problem occured before the IVOR1

Best Regards

Erwan