ARM-software / vscode-cmsis-csolution

Extension support for VS Code CMSIS Project Extension
https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution
Other
23 stars 5 forks source link

Problems with HelloWorld solution in tutorial #30

Closed DavidA2014 closed 12 months ago

DavidA2014 commented 1 year ago

In the tutorial, for DualCore\HelloWorld.csolution.yml, I see these problems:

required pack: ARM::CMSIS not installed
required pack: NXP::K32L3A60_DFP@15.0.0 not installed

The .yml contains:

  packs:
    - pack: ARM::CMSIS
    - pack: NXP::K32L3A60_DFP@15.0.0

but extension 'Arm CMSIS solution' is installed. How can I fix that error?

I am using the ARM MPS2 development board. Which pack should I install?

Frisc98 commented 1 year ago

Sounds like you need to download pack solutions. Try opening up command pallete and run CMSIS: Install required packs for active solution

mcgordonite commented 12 months ago

I'm closing this issue, @Frisc98's solution should resolve your problem. Let us know if you're still having problems.