We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi, I am using Nuvoton M518ln for firmware updates over the air. I have developed bootloader and firmware separately. bootloader code location from 0x0000 firmware code location from 0x2000.on the bootloader program, I have used setvectoraddress function followed by CPU reset for the jump from bootloader to the firmware. but it is not working .what could be the problem? please suggest.
I suspect they want to work with functional adult engineers.
The Cortex-M0 is going to need some RAM based remapping/copying of the Vector Table as it lacks SCB->VTOR
Perhaps review the core documentation with some thoroughness, and texts on loaders, and the mechanics of the boot process.