Skip to main content
Pooja WANI
Associate III
November 13, 2019
Solved

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

  • November 13, 2019
  • 1 reply
  • 780 views

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?

    This topic has been closed for replies.
    Best answer by Erwan YVIN

    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

    1 reply

    Erwan YVIN
    Erwan YVINBest answer
    ST Employee
    November 13, 2019

    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