Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi There,
I need to set some configuration options for the flash on a custom board using the quirks function, almost identical to how the Flash_quirkSpansionUNHYSADisable() function works on the AM243x-LP.
However, I note that Flash_norOspiRegWrite() / Flash_norOspiRegRead() are marked static inside flash_nor_ospi.c.
It looks like I would have to modify the SDK to put my custom function inside flash_nor_ospi.c, I would prefer to avoid that (if possible).
Can you advise, is there another way? Is there an exposed API I can call instead to read/write the flash configuration?
Thanks in advance,