We’ve got a bootloader that scrubs ram on reset.
When Keil Resets the part, the program in RAM is scrubbed.
Is there a way to run/format the following to run the LOAD
command in the Reset Function?
FUNC void OnResetExec(void)
{
Setup(); // Setup PC, SP, etc
LOAD %L INCREMENTAL // Problematic Line 'Syntax Error'
}
I cant seem to find the syntax in uVision manual to do this.