In a product using the 'C6748 & SPI flash we have access to one of the C6748 UART ports for booting. To kick off a virgin device we want to load some code into C6748 RAM that will then run and receive further code over the UART that it will burn into the SPI flash.
In production it is inappropriate to use the TI UARTHOST utility.
To implement this we want to write a PC program to load a .bin file from AISGEN into a 'C6748 over a UART port and then execute that code.
It seems the information to do this is distributed in various places and it is probably incomplete.
Where can I find ALL the information required to write this PC code?
We need this information for both the secured and non-secured devices.
Roger