Dear TI experts,
It seems iwrl6432 qpiflash driver doesn't have QFI function like 18xx/68xx Gen1, and there is no mmap read/write API in present mcu-plus SDK5104 either.
In Gen1 18xx/68xx, we can store customize parameters in nor flash and use mmap read them to avoid waste data RAM,
and read these parameters base on mapping address (0xc0000000 in Gen1 SoC) within offset, it smells good.
Present mcu-plus sdk5104 shows only basical read/write/erase APIs,
Neither finding info about iwrl6432 support QFI function nor understanding Cortex-m4f Cache support qspiflash mapping.
My Question is : Does iwr6432 support qspiflash memory mapping mode?