Other Parts Discussed in Thread: SYSCONFIG
Hi Team,
We are currently using 8.05 version of SDK in our application FW. In the 8.05 version of SDK, configuration is generated by SysConfig from the options provided in the SysConfig Flash Module during the build process. We want to have a flash driver that supports multiple flash device which are pin to pin compatible and are an alternate part number to IS25LX256-JHLE Flash device. This would mean parse the SFDP parameters during bootup and configure the flash accordingly. I was able to do this successfully by using certain functions from the ospi_flash_diag example project and also making some changes to flash driver.
However, I would like to know from the experts if there are any risks associated with this - Reading the SFDP table and configuring the Flash at run time?
Thanks,
Prithvi