Posted on May 17, 2011 at 09:53Ok. Do I add this code before I jump to bank 0? My code is linked to start at 0x80000, so should I make the asm (''MOV R1,#0x10000''); read asm (''MOV R1,#0x80000''); instead.
Posted on May 17, 2011 at 09:53I implemented a boot loader that runs in bank 1 according to the sample code in an2675.zip. I can start the application in bank 0, but I can not get any interrupts working. This code was working until I implemented the...
Posted on May 17, 2011 at 09:53I am a newbie to the STR91x startup code and I have read the errata several times, but I still don't think I understand the workaround. Any help would be greatly appreciated.