Hi,
I wrote a bootloader to move app program to ram from flash. It worked fine when debugging, but the bootloader ran abnomally when memcpy() the code from flash to ram if powered up without debugging.
I cannot copy code to ram directly using memcpy?