Hi All,
I'm using the ChaN FatFs API, provided with most SDK's out there, on my NXP iMXRT platform. It doesn't use the standard C FILE struct but its own FIL, along with f_open() instead of fopen() etc. I'd like to reference images on SD Card rather than bake them into the flash at compile time.
Is there a way EmWiz can make use of this ChaN FatFs API?