Other Parts Discussed in Thread: UNIFLASH,
I already know that the relative offset of each meta image in Uniflash is 512KB, but our current app size is larger than 512KB and we also need to write 3 bin files:
+ bin 1: SBL (size 63kb at meta image 1 address 0x00000000)
+ bin 2: capacity greater than 512KB at meta image 2 address 0x80000
+ bin 3: capacity greater than 512KB at meta image 4 address 0x180000
My goal is to use SBL in meta image 1 to choose to load file bin 2 or bin 3 into RAM. But there are some problems, when the program operating file bin 3 in meta image 4 (address 0x180000) is loaded into RAM by the bootloader, it will ignore the SBL in meta image 1 (address 0x00000000).
I look forward to hearing from the support team as soon as possible
Thanks