FreeRTOS Code stuck into IVOR 1 handler

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

FreeRTOS Code stuck into IVOR 1 handler

1,604件の閲覧回数
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,390件の閲覧回数
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 件の賞賛
返信