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?