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.
The DFP (Device Family Pack) of Cortex-M processor contains a set of .FLM files. These files are renamed .ELF files from uVision projects to provide a driver to access the onchip flash to be used by the Keil compatible uLink/CMSIS-DAP/Segger programmers.
Now I want to access the onchip flash from within my application for on the Cortex-M processor. How can I include, import or link the .FLM file so it can be used as a precompliled library with the standard API used by the uLink/CMSIS-DAP/Segger programmers.
So this is for programming the onchip flash via my own application running on the MCU.