Posted on June 02, 2008 at 04:54Hi, I would like to run my program from address 0x40002000. I loaded program at address 0x40002000 but I don't know how to remap vector address.Because my program caught in loop. Would anybody suggest something? r,Ale...
Posted on May 26, 2008 at 06:47Hi You can try to change booten bits set to load from external (1,1,1).Then erase flash and set booten to load from flash (0,0,0). r,A
Posted on May 06, 2008 at 11:19Hi, I am using Keil. I am caught in the loop because of code above. After I download blinky.bin to STR71. If I don't press P1.8 the blinky application will execute. If I press P1.8 I don't get IAP_main. Could you give ...
Posted on May 06, 2008 at 08:09Hi, Tie BOOTEN = 1 boot0 = 1 boot1 = 1 and erase flash or reprogram with some working application. Then BOOTEN = 0 boot0 = 0 boot1 = 0 and reprogram with some working application. In my example it works. r,Alex