FreeRTOS Code stuck into IVOR 1 handler

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

FreeRTOS Code stuck into IVOR 1 handler

1,605 次查看
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 项奖励
回复
1 回复

1,391 次查看
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 项奖励
回复