2021-10-06 11:59 AM
Where can I find a procedure for installing the IDE on linux? I found:
The last one I downloaded manually because I am trying to find an example program to begin evaluation. If use the IDE to install example programs, it will list some examples but the tool does not know how to find a download site. I found the third one and it can be unzipped, but the readme does not specify how to connect to the existing IDE. A note I found on the web says to unpack to a Repository directory. I looked and could not find this folder/directory.
On my box, I have
I installed a previous version of the IDE and never got this working. I'm hoping to try again now.
Solved! Go to Solution.
2021-10-06 12:22 PM
> st-stm32cubeide_1.7.0 and installed it. No problems.
So it's installed and runnable/working?
STM32CubeMX is part of STM32CubeIDE and doesn't need to be installed separately unless you want to use the standalone version.
New packages should be installed via Help -> Manage Embedded Software Packages.
2021-10-06 12:22 PM
> st-stm32cubeide_1.7.0 and installed it. No problems.
So it's installed and runnable/working?
STM32CubeMX is part of STM32CubeIDE and doesn't need to be installed separately unless you want to use the standalone version.
New packages should be installed via Help -> Manage Embedded Software Packages.
2021-10-07 08:30 AM
Excellent. Many thanks TDK. Help->Manage Embedded Software Packages is a great tip. I used that to download the STM32Cube_FW_L4_V1.17.0 which I previously downloaded manually and could not figure out how to apply to the IDE.
Afterwards, I was able to import the example code for the STM32L476 eval board I have. This is precisely what I wanted. You have made me happy.
Thanks again, John