Hello,
I'm trying to build a project about TMS320C672x secondary boot from parallel flash with GPIO lines used for extending the address range of Flash.
The connection between DSP and the flash is as follows:
The flash data bus is 16-bit. The A14 to A21 are connected to DSP UHPI.HD[0] to HD[7].
Here is my problem :
I program the flash page change code like"GPIODAT1 = offset >> 15" in the TISecondaryBoot.c, then I burn it into the flash, it does not work.
Should I use PAGE_SWAP_COMMAND to change page? And how to use it ?
Thank you very much!