2024-08-12 02:49 PM
Hello, I want to get started using ST microcontrollers. My work computer does not have an internet connection so I need some help installing the software on this computer. I want to use the STM32CubeMX
I have downloaded the installation file onto a disk and have installed it on my computer. The problem is when I create a project I don't see any devices to choose. Is there a software package that I need to download and install?
Thank you very much,
Joe
Solved! Go to Solution.
2024-08-13 07:46 AM
No need to install the patch. You just have to download the Version 1.20.0 and add it to CubeMX as mentioned on the User manual that I've shared with you.
If you are going to use another MCU, you will need to add his Cube Package (an STM32Cubexx for each STM32xx MCU).
If your original question is answered, please select the answer as best answer. You can always start a new post if you have any new Question.
we use this method to give each request the best visibility for our community users.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-08-12 03:52 PM - edited 2024-08-12 03:59 PM
Hello @JLIND.1
Welcome to the ST World. When you open CubeMX, you will have 3 options:
After configuration you Will need to have some SW packages installed sobyou can generate your code and open it on an IDE such as CubeIDE. For example to be able to use an STM32WB MCU, you will need to download the STM32CubeWB available on our ST Website or on our Github ripository.
To start with STM32CubeMX, this user manual https://www.st.com/resource/en/user_manual/um1718-stm32cubemx-for-stm32-configuration-and-initialization-c-code-generation-stmicroelectronics.pdf should be helpful. For CubeIDE, you will find help in this document https://www.st.com/resource/en/user_manual/um2609-stm32cubeide-user-guide-stmicroelectronics.pdf
If you are looking for more support. You can Always ask you questions here on the community. Juste ensure that you are using our last version of CubeMX (V6.12.0) and CubeIDE (V1.16.0).
PS: CubeMX is also includid on the CubeIDE, so you can use the standalone version and generate the code to CubeIDE or any other ide. Or generate a Code using the included MX to be complited with the CubeIDE.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-08-13 07:14 AM
Hello, thank you very much for responding to my post. I will be using the STM32Cube IDE. I now trying to figure out which Software Package to download. I see you mentioned STM32CubeWB and if I put that in the search engine I get the page:
https://www.st.com/content/st_com/en/search.html#q=STM32WB-t=products-page=1
It looks like these are device packages. I thought there would be a single library/package download. I don't see STM32CubeWB listed on that page.
Can you help me, I'm not understanding what to download.
Joe
2024-08-13 07:25 AM
I found the link to download STM32CubeWB
https://www.st.com/en/embedded-software/stm32cubewb.html
Now reading the manual to see how to add it?
Quick question do need to install the Patch for STM32CubeWB?
2024-08-13 07:46 AM
No need to install the patch. You just have to download the Version 1.20.0 and add it to CubeMX as mentioned on the User manual that I've shared with you.
If you are going to use another MCU, you will need to add his Cube Package (an STM32Cubexx for each STM32xx MCU).
If your original question is answered, please select the answer as best answer. You can always start a new post if you have any new Question.
we use this method to give each request the best visibility for our community users.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.