5
« on: September 07, 2009, 05:56:20 AM »
Hi,
I'm adding the serial bootloader to my non-uTasker application (MCF52223, CodeWarrior + Processor Expert). Everything appears to be set up right. I can load the serial bootloader into flash, and I can load the application into flash using the bootloader. If I inspect memory, I see the application is in flash. If I single step into the bootloader, I can see it call start_application and find the vector to the right starting address in my application. It appears to start the application. I can step through, some of the start up code. but then I get an address error exception. It appears to be trying to run code at 0x00000000. The application link map looks OK. What could this be?
Thanks,
Rick