Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
RadSTM32_Update2 | 2025-06-14 | ||
STM32Spy_Update | 2025-05-06 | ||
RadSTM32_Update | 2025-04-30 | ||
Projects | 2025-04-14 | ||
readme.txt | 2025-04-30 | 2.8 kB | |
RadSTM32.zip | 2025-04-30 | 270.2 MB | |
Totals: 6 Items | 270.2 MB | 30 |
RadSTM32 package ---------------- 2022-08-05 Initial release. 2022-08-24 STMBuild.exe reported as virus by Windows. Created new method to build projects. 2022-09-10 Fixed ini file bugs. Added 4.0 inch SPI LCD panel test to STM32F103 and STM32F401 projects. 2022-10-27 Fixed bugs in SimCad addin. Added Educationa exoeriments tool to STM32F401 projects. 2023-10-17 o Fixed bug in SimCad addin where printing top layer PCB was not mirrored. o Fixed bugs in SimCad addin where some changes did not trigger a file change. 2025-04-30 Updated RadASM to version 3.0.1.2 Included RadSTM32_Update dated 2025-01-12 Included STM32Spy_Update dated 2025-04-30 ----------------------------------------------------------------------------- Download STM32 ST LINK Utility: https://stm32-st-link-utility.software.informer.com/download/ Unzip to: C:\RadSTM32\Tools\STLinkUtility Install usb driver: 64 bit C:\RadSTM32\Tools\STLinkUtility\ST-LINK_USB_V2_1_Driver\dpinst_amd64.exe 32 bit C:\RadSTM32\Tools\STLinkUtility\ST-LINK_USB_V2_1_Driver\dpinst_x86.exe Start ST-LINK Utility: C:\RadSTM32\Tools\STLinkUtility\ST-LINK Utility\STM32 ST-LINK Utility.exe If you get an error missing a dll you need to install: https://www.microsoft.com/en-ie/download/details.aspx?id=48145 ST LINK V2 dongle (you can buy it on AliExpress or eBay): This dongle is needed to program the STM32F103 (BluePill) and the STM32F401 / STM32F411 (BlackPill). The discovery boards (STM32F100 and STM32F407) already has the ST-Link. You might have to update the firmware to V2.J37.S7 or higher. To do this start C:\RadSTM32\Tools\STLinkUtility\ST-LINK Utility\STM32 ST-LINK Utility.exe Then select ST-LINK/Firmware update from the menu. Clock configuration tool: For STM32F4xx devixes you can use the: C:\RadSTM32\STM32_F401\Tools\stm32f4_clockconfig\STM32F4xx_Clock_Configuration_V1.1.0.xls If you need to change the mcu clock speed. STM32Spy: STM32Spy is your friend when things dont work as you expected. When the ST-Link is connected to your device and PC you can inspect global variables and device register values + RAM and flash content. You can also set a hardware breakpoint and debug the resulting assembly code. Most of the mcu's devices ar also documented so you dont have to scroll up / dpwn the reference pdf all the time. SimCad Addin: Copy files to C:\RadSTM32\Addins Add a *.cad file to your project and start drawing. Its main purpose is to draw scematics and pcb design, but can be used to draw other things. If you use it for pcb design then add an outer thin frame to yor pcb. This frame is then used to adjust the zoom level to fit your printer and paper format to get an exactly 0.1 inch (2.54mm) grid. KetilO