pyocd pack install fails for STM32G0

See original GitHub issue

When running pack install command for STM32G0 soc, command fails:

$ pyocd pack --install stm32g071rb
0000270:WARNING:__main__:No matching devices. Please make sure the pack index is up to date.

Might be due to following previous error:

Jan 30 15:13:12.521 ERRO download of "https://www.keil.com/pack/Keil.STM32F7xx_DFP.pdsc" failed: https://www.keil.com/pack/Keil.STM32F7xx_DFP.pdsc: error trying to connect: unexpected end of file
Jan 30 15:13:12.522 ERRO download of "https://www.keil.com/pack/Keil.STM32G0xx_DFP.pdsc" failed: https://www.keil.com/pack/Keil.STM32G0xx_DFP.pdsc: error trying to connect: unexpected end of file
Jan 30 15:13:12.660 ERRO download of "https://www.keil.com/pack/Keil.STM32H7xx_DFP.pdsc" failed: https://www.keil.com/pack/Keil.STM32H7xx_DFP.pdsc: error trying to connect: unexpected end of file

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
flitcommented, Jun 7, 2020

@fgr1986 You can download DFPs directly from the Keil CMSIS-Pack list and use the --pack argument to pass them to pyocd.

0reactions
flitcommented, Aug 2, 2020

The pack download issues for the STM32 packs have been worked around on the server. Closing this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pyocd pack install fails for STM32G0 · Issue #813 - GitHub
When running pack install command for STM32G0 soc, command fails: $ pyocd pack --install stm32g071rb 0000270:WARNING:__main__:No matching devices.
Read more >
pyocd pack install fails for STM32G0 - Bountysource
When running pack install command for STM32G0 soc, command fails: $ pyocd pack --install stm32g071rb 0000270:WARNING:__main__:No matching ...
Read more >
ST Nucleo G0B1RE — Zephyr Project Documentation
For STM32G0 support pyocd needs additional target information, which can be installed by adding “pack” support with the following pyocd command:.
Read more >
Target support - pyOCD
The pyocd tool's pack subcommand provides completely automated management of CMSIS-Packs. It allows you to install new device support with a single command...
Read more >
ST Nucleo G0B1RE - Zephyr Project Documentation
STM32 microcontroller in QFP64 package ... STM32G0B1RE in LQFP64 package ... pyocd pack --update $ pyocd pack --install stm32g0 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found