I created a new flash algorithm for my Cortex-M0 device and copied the .FLM to the "Flash" folder. Then I created a new project for my device and tried to add the newly created flash algorithm (from the Project->utilities->Settings menu). But the "Add Flash Programming Algorithm" window does not list my newly created algorithm.
How do I debug this ?
FYI, I'm using a Segger JLink debugger with Keil MDK v4.70.0.0
Are you sure your "Flash" folder isn't the output directory where the compiler will place the object files and listings when building your project?
Thanks for your response .
Yes. The generated .FLM is copied to "Flash" folder and I have checked it.
Regards Mona