Other Parts Discussed in Thread: UNIFLASH
Tool/software: Code Composer Studio
when i use uniflash to download .bin,i found that the size of .bin which it made by ccs can not be divided exactly by 8.i download .bin into IMAGE2.then I read data from flash base+0x80000,at the end of .bin size,there will be filled with 0x00 0x00 0x00 0x24 usually.And after that it will be 0XFF 0XFF.......
My problem is that:1.If the bin file cannot be divided by 8 exactly, uninflash will fill 0 and 0x24?Whats more,if i download into IMAGE1?IMAGE 3?IMAGE 4?
2. the Bin size can not be devided by 8 exacty?I found that the bin size is 307588,or 72,708,or 61,892, 307588/8 = 38338.5, 72,708/8 = 9088.5, 61892/8 = 7736.5