When I upload application binary using isdk_nor_flasher tool, it hangs on:
file: norFlash.c
/* Wait for programming to complete */ while(1) if((*pdst16 & 0x80) != (*psrc16 & 0x80)) break;
It hangs on writing sector 8. My binary size is near 700K.
When I modified flasher tool and skipped writing of sector 8, tool succeeded, but I can see that data from sector 1 (0x08010000) is the same as sector 9 (0x08090000).
Looks like it overwrites the data.
Does anybody know what can be the reason?
ISDK: 1.1.0.3. Board ICE V2.1. CCS 5.5