This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM CMSIS Solution - Create A Solution - Targt Device List is Empty

Hello Community,

I'm looking at using the Keil Pack for VS Code, trying to build a soilution to prove out my toolchain and setup, then work in importing several projects into a proper solution. I'm having a heck of a time finding documentation on how to add supported devices into the device list. 

Basically I'm on step 2 of this page, board list is empty, target device list is empty.

I somehow managed to get some default ARM generics populated and a GD32F10x DFP but not what I need.

Anyone know how to manage target devices? The equivalent of the "Pack Installer" tool for uVision?

Thanks

- Taylor

Parents
  • I figured this out. I removed the installed packs folder and reinstalled the DFP manually, with the cpackget shown on the entry page in the pack repo

    So for me on my mac, using the terminal in VS Code:

    > rm -rf ~/.cache/arm/packs
    > cpackget add GigaDevice::GD32F30x_DFP@2.2.1

    Now the devices I need are shown in the list.

Reply
  • I figured this out. I removed the installed packs folder and reinstalled the DFP manually, with the cpackget shown on the entry page in the pack repo

    So for me on my mac, using the terminal in VS Code:

    > rm -rf ~/.cache/arm/packs
    > cpackget add GigaDevice::GD32F30x_DFP@2.2.1

    Now the devices I need are shown in the list.

Children
No data