2020-09-25 12:28 PM
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:
Then I select "From local" and select the en.x-cube-azure.zip file.
I get the following error:
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
Solved! Go to Solution.
2020-10-05 12:22 AM
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).
2020-10-05 12:22 AM
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).
2020-10-05 04:56 AM
Thanks! it is clear now. I will probably do my own azure porting then...