2010-07-26 01:50 PM
STR911 Download Bootloader To Bank 1
2011-05-17 01:01 AM
Aaron,
The problem is with IAR's program loader. It is only made to support bank 0 which has 64k sector sizes. When it tries to program bank 1 (which has 8k sector sizes) it fails at the beginning of the second bank (0x2000) because that bank has not yet been put into write mode. The best way I found to deal with this is to find an alternate way to program bank 1 then set up the J-Link debugger to ''attach to process'' rather than program the code. Please post if you figure out a better way to deal with this.