Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I tried to specify an FLM file, but it said flm or flms must be specified #13

Open
zky97 opened this issue Oct 30, 2024 · 0 comments
Open

Comments

@zky97
Copy link

zky97 commented Oct 30, 2024

This is the content of my tasks.json
{ "version": "2.0.0", "tasks": [ { "type": "arm-debugger.flash", "serialNumber": "${command:device-manager.getSerialNumber}", "programs": "${command:cmsis-csolution.getBinaryFiles}", "cmsisPack": "D:/KEIL_Projects/Watermeter10.16/AINSTEC.CMSIS.1.1.0.pack", "deviceName": "${command:cmsis-csolution.getDeviceName}", "processorName": "${command:cmsis-csolution.getProcessorName}", "problemMatcher": [], "flms": [ { "path": "C:/Keil_v5/ARM/Flash/aic5011_128kflash.FLM", "regionStart": "0x00000000", "regionSize": "0x00020000", "ramStart": "0x20000000", "ramSize": "0x00003000", "ignore": false } ], "label": "Flash Device" } ] }
This configuration can be recognized in the visual configuration interface to set the FLM file.
But in the CMSIS extension, when I click Run, it prompts flm or flms must be specified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant