FreeRTOS Code stuck into IVOR 1 handler

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FreeRTOS Code stuck into IVOR 1 handler

1,000 Views
laxmikanthindur
Contributor III

HI

I am using S32DS for MPC5748G dev kit.
I opened S32DS new project. I added FreeRTOS module in to project from components library.
Then generate Processor expert code.
But while runing, code get struct int IVOR1 handler.
When i paused code, i observed control in IVOR 1 handler In assebly code.
I have read other thread related to IVOR 1 related, but didn't get clear idea
So please help me to sort out this problem. For more information i have attached code file.
Thanks
Laxmikant
0 Kudos
1 Reply

786 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

at first look on your main.c - there is no clock init. Also it looks like that the PEX_RTOS_INIT macro (where may be clock init) is not defined too. 

Anyway - good starting point is FreeRTOS example - part of SDK:

pastedImage_1.png

Hope it helps. 

Jiri 

0 Kudos