I'm looking at the BSL manuals and see the call to 0x1000, the start of BSL code.
What I want to do on the FRAM FR5969 is have user code erase everything when asked.
I was wondering if it is possible to call the BSL with an ERASE parameter.
I know I can jump to the BSL with this command, is it possible to pass in the
ERASE parameter similar to what is used with the BSL_Scripter program.
__disable_interrupt();
((void (*)())0x1000)();
Thanks,
Jim