ARM-software / Cortex_DFP

CMSIS generic Arm Cortex-M device family pack
Apache License 2.0
14 stars 5 forks source link

Specified device not found when upgrading to CMSIS 6 #9

Closed omarArm closed 7 months ago

omarArm commented 8 months ago

Problem:

I upgraded my the packs being used in my project from CMSIS@5.9.0 to CMSIS@6.0.0 without changing anything else in the project, all of a sudden I started receiving this error

error csolution: specified device '' was not found among the installed packs. use 'cpackget' utility to install software packs. cpackget add Vendor.PackName --pack-root ./Path/Packs error csolution: processing context '' failed

Solution:

In order to fix the error, the should be updated from the old CMSIS@5.9.0 supported names to the new CMSIS 6.0.0 names. The new names are available in this repo under the "Device" folder, could be found in this link. Also, the migration guide could be found here

KeilChris commented 8 months ago

Can you check the migration guide, please? This is mentioned here: https://learn.arm.com/learning-paths/microcontrollers/project-migration-cmsis-v6/device_mapping/

omarArm commented 8 months ago

thank you, that clarifies it more