2024-04-08 06:30 AM
For use with STM32WLE5JC, since I do not need I2C bridge and expandsion, will V3MiniE better than STLink-V3SET? MiniE higher SWO 24MHz vs 16MHz in slower V3SET. MiniE is 2 years younger. TIA
Solved! Go to Solution.
2024-04-08 07:55 AM
With Debug and serial outout you can come a long way. Nucleo Boards have serial already wired, so no need for extra wiring. That will help with the start.
2024-04-08 06:55 AM
I strongly suggest you get a NUCLE0-WL55 board first. It has a built in STLINKV3 debugger and will help you to get started. Otherwise SWO/ACM/JTAG/SWD are the same across the STLINKV3 line, differing in form factor and connection options.
Setting all up from srcatch w/o a working staring point will otherwise need a very steep learning curve.
2024-04-08 07:48 AM
Thanks. Yes, true quite steep learning. For STM32WLE5JC, is SWO and SWD are all that needed for ST-LINK V3 and ST tools (STM32CubeIDE, STM32CubeMX and STM32CubeProgrammer)? JTAG and ACM are not needed. TIA
2024-04-08 07:55 AM
With Debug and serial outout you can come a long way. Nucleo Boards have serial already wired, so no need for extra wiring. That will help with the start.