Can not install STM32N657O BSP from the pack installer

I'm starting an STM32N6 bare-metal project. Everything is going fine until I reach the BSP installation; it takes time loading and fails with the attached error.
I've tried installing it separately from the website, and the same issue appears.
Is there any suggestions?

Parents
  • On my PC, the SVD file compiled successfully, confirming a valid Pack.

    1. The usage of PackUnzip is no longer supported (since Keil MDK 5.42)

        It is recommended to install Device Family Packs using the MDK PackInstaller to ensure that SVD files are converted during installation.

    - - - 

    2. General solutions to this error:

    - Install the latest Keil MDK release (5.43a is the latest release by today)

    - Compare with a Keil MDK installation at, for example, C:\Keil_V5

    - Make sure that you have read/write access to the Pack folder

    - Ensure all paths contain only ASCII characters

    - Run µVision as Administrator and reinstall the pack

Reply
  • On my PC, the SVD file compiled successfully, confirming a valid Pack.

    1. The usage of PackUnzip is no longer supported (since Keil MDK 5.42)

        It is recommended to install Device Family Packs using the MDK PackInstaller to ensure that SVD files are converted during installation.

    - - - 

    2. General solutions to this error:

    - Install the latest Keil MDK release (5.43a is the latest release by today)

    - Compare with a Keil MDK installation at, for example, C:\Keil_V5

    - Make sure that you have read/write access to the Pack folder

    - Ensure all paths contain only ASCII characters

    - Run µVision as Administrator and reinstall the pack

Children
No data