Hello!
I am waiting your advice.
I am studing SPI booting in C6747. (TI SPRUG84B, SPRAB04C)
Q1. Is it right the following development procedure ?
Step 1: To design application program on L2 RAM, L1P RAM, and L1D RAM ( code --> ~.out )
Step 2: To use AISgen program( ~.out -> ~.bin)
Step 3: To burn EEPROM(SPI) (~.bin -> eeprom )
Step 4: To confirm Boot mode selection (SPI0 EEPROM)
Q2. Is it right the following booting procedure?
Step 1 : Board Power ON
Step 2 : EEPROM code -> CPU RAM( L2 RAM, L1P RAM, and L1D RAM ) by bootloader resides in the ROM of the device ( like TMS320F28x )
Stpe 3 : Application prorgam is running