cancel
Showing results for 
Search instead for 
Did you mean: 

How do you install X-CUBE-Azure STM32Cube extension pack?

PSarr.1
Associate II

Hi,

I am trying to install the X-CuBE-Azure expansion for STM32Cube. See expansion packages page: https://my.st.com/content/my_st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/x-cube-azure.html

I tried to integrate it the cube by using the Manage Software Pack in the Device configuration tool:

0693W000004HB3aQAG.png

Then I select "From local" and select the en.x-cube-azure.zip file.

0693W000004HB4iQAG.png

I get the following error:

0693W000004HB5WQAW.gif

any ideas how to import that expansion into the cube?

Is it better to do my own porting of azure to my STM32F7 from the original GIT?

Regards

This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION

Accepted Solutions
Guillaume K
ST Employee

X-CUBE-Azure is not a "CMSIS pack". It is not installable with CubeMX.

Just unzip the X-CUBE-Azure .zip file at root of c:\ and run the project files for the desired development environment (EWARM, MDK-ARM, STM32CubeIDE).

View solution in original post

2 REPLIES 2
Guillaume K
ST Employee

X-CUBE-Azure is not a "CMSIS pack". It is not installable with CubeMX.

Just unzip the X-CUBE-Azure .zip file at root of c:\ and run the project files for the desired development environment (EWARM, MDK-ARM, STM32CubeIDE).

PSarr.1
Associate II

Thanks! it is clear now. I will probably do my own azure porting then...