You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: