FreeRTOS non volatile memory access

Is there any permanent memory available to use under FreeRTOS environment running on small core?

Like flash memory or something like FreeRTOS-Plus-FAT ineterface to access partition from boot disk that is not used by Linux, or non boot disk (EMMC or SD card) in case of Duo S.

1 Like

Hi, any luck to find a freertos sdio driver?

1 Like

Hi, no unfortunately. I ended up loading file in memory from u-boot as a workaround.

2 Likes