We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all, I am new to Keil.
I am writing a new flash algorithm to download a program to on-chip flash via SWD.
All I got is the flash timeout error message.
Is there anyway to add debug message to the FlashDev.c?
Or is there any page that explain the flow of loading a program to flash?
Thanks in advance
Have you looked at the manuals here:
https://arm-software.github.io/CMSIS_5/Pack/html/flashAlgorithm.html
https://arm-software.github.io/CMSIS_5/Pack/html/algorithmFunc.html
Typically the timeout occurs when an operation does not complete in expected time.