Other Parts Discussed in Thread: IWR6843, UNIFLASH
Hi expert,
I am trying to boot IWR6843 via SPI according to Section 2.2 boot mode in the IWR6843 Bootloader Flow, but got a strange problem by the following steps:
1. Build a firmware A as the baseline for the People Counting as example;
2. Firmware A works fine on EVM with UniFlash;
3. Firmware A can be flashed via SPI to our board and everything works fine;
4. Add a couple of code in baseline and build a firmware B;
5. Firmware B also works fine on EVM with UniFlash;
6. Firmware B cannot be flashed via SPI since neither the interruption nor message is returned. AR_AE_MSS_BOOTERRORSTATUS_SB is expected to be returned like Step 3
From the point of view of flashing via SPI, the only difference is that B is only 2K larger than A, 645770 bytes and 647236 bytes respectively. Identical program is used for both cases.
Does it mean that there is a size limitation on the bin file when flashing via SPI?
Thanks.
Tony