How can I configure interrupt (SPC560B54L5) without using Init package available (using just Platform RLA component) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-12 10:37 PM
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?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-13 5:51 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-13 5:51 AM
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
