is it possible, to use f035 flash library together with freertos ?
for now i am trying to switch to the privileged mode and call Flash_Compact_B.
and somewhere inside "setup_state_machine" function, dataEntry interrupt occurs.
BOOL ret = 0; FLASH_STATUS_ST status; portBASE_TYPE xRunningPrivileged = prvRaisePrivilege(); ret = Flash_Compact_B((UINT32*)0x00180000, FLASH_CORE3,FLASH_SECT0,80,(FLASH_ARRAY_ST)0xfff87000,&status); portRESET_PRIVILEGE( xRunningPrivileged );
P.S. my cpu in tms570ls20216szwt, halcogen 03.08.01, f035 library v1.09