FreeRTOS+FatFS runs to IVOR1 on call of f_write()

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

FreeRTOS+FatFS runs to IVOR1 on call of f_write()

997 Views
jeromeli
Contributor II

MCU: MPC5748G

IDE: S32DS 2017R1

SDK: MPC574xx_EAR_0.8.2

See the screenshot below, when f_write() is called, it runs something to deal with mutex, because FF_FS_REENTRANT is enable by default. But finally it falls into IVOR1, seems like when taskENTER_CRITICAL() is called.

What may cause this problem?

pastedImage_1.png

Labels (1)
0 Kudos
1 Reply

817 Views
asdqwe
Contributor I

Please check the MCSR register, and there you maybe find some useful information....

0 Kudos