I use and register MDK(Keil) pro v5.31.
I have created Flash programming algorithm(.flm) for new devices to download applications to Flash devices.
Now, I want to know how MDK to call flash programming functions and transfer parameters to EraseSector() and ProgramPage() in details. Or how MDK to use the parameter defined in FlashDev.c ?
I think MDK do many things implicitly to programming flash.
I have read the related document or website, such as uVision User's Guide and https://arm-software.github.io/CMSIS_5/Pack/html/flashAlgorithm.html...
Thank you for your reply.
Hi Shannon,
I recommend using the supplied example projects (from \\ARM\Flash) as a template for creating your new algorithm.
You may find the below documentation useful.https://www.keil.com/support/docs/3656.htmRegardsRonan