Hello ,
the "DSS.bin" and "MSS.bin" are combined to be one file named "xxx1642xxx.bin", there are some questions:
Q1: the qspiflash driver test has code like"flashAddr = flashAddr + 0x180000U" , qspiflash test code write data to SFLASH start at flashAddr + 0x180000U ( flashAddr = 0xC0000000 ) , is that means "xxx1642xxx.bin" was stored in 0xC0000000->0xC0180000 in FLASH ?
Q2 : when the bootloader load "xxx1642xxx.bin" from FLASH to RAM,Where is the load start address of MSS code and DSS code in FLASH ?
Q3: If I dont want to write FLASH by TI flah tool , I wanna write MSS image and DSS image to SFLAH via my own program , what should I pay attention to about the bootloader in ROM ?