Posted on May 17, 2011 at 09:51And, here's the stripped down project files referenced in my documentation along with a few relevant config files. You should be able to see the project settings in here. Please keep in mind that there are probably lot...
Posted on May 17, 2011 at 09:51If it helps anyone, here's my complete documentation on how to do the code banking-bootloader-IAP stuff in .doc and .rtf formats. The code has been running fine for a while so I think I got it all. It is specific to my...
Posted on May 17, 2011 at 09:51Hope you caught the error disabling the VIC ints. The code should be VIC0->INTECR = 0xff; VIC1->INTECR = 0xff; Another issue: In Keil's str91x.s the flash config register is set by writing to Bank1. This is ok from r...
Posted on May 17, 2011 at 09:51I am not sure what you are doing wrong but I am using Keil tools and able to do the IAP bank load. If you haven't already, check out Keil's Blinky-B0B1 example, all of it, to sucessfully boot from bank1 or bank0. Did y...