2021-02-11 05:32 AM
Hello All...
I posted this in the MCU section and got no response so I figured I would ask here.
I am new to ST Micro tools and have never used them. My background has been hardware and I have been 'hacking' at code on MSP430FR for a good 10 years. I am used to Code Composer Studio and writing register level C code. This is a complete IDE with compiler, debugger, etc all wrapped up in one, free from TI.
I am interested in the new STM32WLE IC's for an upcoming prj. My question is if I download just the CubeIDE and the CubeProgrammer is this enough to write, compile, link and debug on the STM32WLE? Also for flashing / debugging hardware is the STLINK-V3SET the correct tool?
thank you
Solved! Go to Solution.
2021-02-11 06:08 AM
Hello,
yes, STM32CubeIDE allows you to write, compile, link and debug on the STM32WLE.
It integrates STM32CubeMX which can be optionally used to generate initialization code.
STM32CubeProgrammer is a useful tool which can be used for programming, reading-out the memory, option bytes configuration, external memory programming
using flash loaders and some specific device tasks.
STM32CubeMonitor is a node-RED based tool for real-time variable monitoring. Especially useful for debugging applications,
where one cannot simply halt the execution.
ST development boards feature an on-board ST-LINK, so no additional debug probe is needed.
You may want to have a look at nucleo-WL55JC (please note this is a development board with a dual-core SoC).
Otherwise, STLINK-V3SET is the right tool.
LoRaWAN and Sigfox stacks are open stacks, freely available on st.com.
Wireless-MBUS is provided in partnership with Stackforce.
You should download STM32CubeWL package which contains a set of CMSIS header files, HAL & LL peripheral drivers, middleware template projects as well as many example for all main toolchains.
This is indeed not the right section. STM32 MCUs is the correct one.
Have fun with STM32WL!
Best regards
Jaroslav
2021-02-11 05:55 AM
Hi @SWenn.1 ,
no need to duplicate this post in STM32 MPUs (which address STM32MP15x familly)
STM32 MCUs was correect and I just add topic STM32WL to your initial post.
I noticed you posted initial message less than 1 day ago .. no so long.
This Community works with free participation of everyone. It can take few days prior to get an answer.
Else, I will let WL expert comment further in your initial post but AFAIK, yes the tools you mentioned will do the expected job.
See :
https://www.st.com/en/microcontrollers-microprocessors/stm32wlex.html#tools-software
Hope it help,
Olivier
2021-02-11 06:08 AM
Hello,
yes, STM32CubeIDE allows you to write, compile, link and debug on the STM32WLE.
It integrates STM32CubeMX which can be optionally used to generate initialization code.
STM32CubeProgrammer is a useful tool which can be used for programming, reading-out the memory, option bytes configuration, external memory programming
using flash loaders and some specific device tasks.
STM32CubeMonitor is a node-RED based tool for real-time variable monitoring. Especially useful for debugging applications,
where one cannot simply halt the execution.
ST development boards feature an on-board ST-LINK, so no additional debug probe is needed.
You may want to have a look at nucleo-WL55JC (please note this is a development board with a dual-core SoC).
Otherwise, STLINK-V3SET is the right tool.
LoRaWAN and Sigfox stacks are open stacks, freely available on st.com.
Wireless-MBUS is provided in partnership with Stackforce.
You should download STM32CubeWL package which contains a set of CMSIS header files, HAL & LL peripheral drivers, middleware template projects as well as many example for all main toolchains.
This is indeed not the right section. STM32 MCUs is the correct one.
Have fun with STM32WL!
Best regards
Jaroslav
2021-02-11 09:27 AM
Thank you .....
That answers my questions.
Steve
2021-03-02 07:34 AM
Hello @SWenn.1,
Please to mark the good answer as best.
Thanks and Best Regards,
Mohamed Aymen.