Hi
in the document Serial Bootloader for 56F82xx
it says to add the following in the cmd file of the application firmware side.
.xBootCfg(RWX)
RIGIN = 0x00007BFE,LENGTH = 0x2
.ApplicationConfiguration :
{
# Store the application entry point
WRITEH(F_EntryPoint);
# Bootload start delay in seconds
WRITEH(10);
} > .xBootCfg
When i add this and trying to compile i am getting an error:
linker error on this line:
.xBootCfg(RWX)
RIGIN = 0x00007BFE,LENGTH = 0x2
Can you please tell me what should I do?
Thanks,
Eli