Hi - I have a question regarding programming an SPI boot-FLASH on a C6000 (TMS320C6748) device.
Our current process involves changing one of the boot select switches prior to using SPIWriter to load a new image into the FLASH as shown below:
FLASH loading steps:
1. Set BOOT Mode to anything but SPI(1)
2. Power on
3. start CCS
4. Enter the debugger and load SPIWriter.
5. Select the new .bin file
6. Success -> power off, change the BOOT Mode back to SPI(1), Power ON... good to go.
We are now in a position where the boot switch is not accessible and I am unable to load the FLASH.
I would have thought that doing a CPU_Reset or System_Reset from CCS would allow SPIWriter to work but it does not, it fails on erase as if the DSP was not allowing access to the BOOT device.
My question is - is there away around the boot mode switch that I can use to allow access to the FLASH?
Thanks
Kevin.