This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Is it possible to get the boot loader to grab the binary file of application code from an external SSI flash chip?
Thanks & Regards,
Gaurav
Hello Gaurav,
That is not possible as within the ROM bootloader, the SSI module is only allowed to operate in slave mode. Also our Flash bootloader example provided with TivaWare operates in the same way.
It should be possible for you to build a custom bootloader where SSI would operate as a master, but that would be an application specific implementation that you'd have to develop on your end as you would need to program the bootloader code to handle the external Flash chip and know exactly how to read from it's memory successfully since the TM4C bootloader would responsible for driving all the communication (where as in the ROM/Flash bootloader where TM4C is a slave, it is primarily responsible for receiving data correctly rather than ensuring it is accessing the right data to begin with).