2022-01-10 11:27 PM
Dear Experts,
After erasing all flash, I flash new program to SPC58 and it can just work as soon as flashing the application execution file (e.g. elf).
My SPC58 cannot run the application code after reset or re-powered.
Based on the SPC58 H Line Reference Manual, I checked the Boot record structure searched by the BAF on SPC58 flash and they all was correct as I've known:
I think I missing any setting for SPC58 flash but I cannot find more information currently.
So please help me if you was experienced about this.
Thanks in advance!
Ben
Solved! Go to Solution.
2022-01-11 07:03 AM
Hello ,
If you erase all the flash, you can not run your application.
the strategy to detect a valid boot header is detailed in the figure 47.
Your address seems to be correct :
Please enter to debug session with your debugger
your reset address should be 0xFC0008
Best Regards
Erwan
2022-01-11 07:03 AM
Hello ,
If you erase all the flash, you can not run your application.
the strategy to detect a valid boot header is detailed in the figure 47.
Your address seems to be correct :
Please enter to debug session with your debugger
your reset address should be 0xFC0008
Best Regards
Erwan
2022-01-11 06:06 PM
Hello Erwan,
Thank you so much for your support.
I'll try according to your advice.