filmov
tv
Using STM32 Blue Pill Clones in PlatformIO

Показать описание
1) OPEN FOLDER
C:\Users\YOUR_WINDOWS_USERNAME\.platformio\packages\tool-openocd\scripts\target\
2) OPEN FILE
3) FIND #jtag scan chain on Line #33 for me at the moment) and change it to this.
#jtag scan chain
if { [info exists CPUTAPID] } {
set _CPUTAPID $CPUTAPID
} else {
if { [using_jtag] } {
# See STM Document RM0008 Section 26.6.3
set _CPUTAPID 0x3ba00477
} {
# this is the SW-DP tap id not the jtag tap id
#set _CPUTAPID 0x1ba01477 # legit Blue Pill
#set _CPUTAPID 0x2ba01477 # crap clone Blue Pill
set _CPUTAPID 0x1ba01477
}
}
4) Save and recompile in PlatformIO
Above are the directions to allow using STM32 Blue Pill Clones (such as CS32F103C8T6) in PlatformIO. This works perfectly for me and only takes about 5 seconds once you know where the files are.
--- Podcast Subscribe Options ---
--- Follow Me ---
-- Electronics Tools And Kits at My Company ---
C:\Users\YOUR_WINDOWS_USERNAME\.platformio\packages\tool-openocd\scripts\target\
2) OPEN FILE
3) FIND #jtag scan chain on Line #33 for me at the moment) and change it to this.
#jtag scan chain
if { [info exists CPUTAPID] } {
set _CPUTAPID $CPUTAPID
} else {
if { [using_jtag] } {
# See STM Document RM0008 Section 26.6.3
set _CPUTAPID 0x3ba00477
} {
# this is the SW-DP tap id not the jtag tap id
#set _CPUTAPID 0x1ba01477 # legit Blue Pill
#set _CPUTAPID 0x2ba01477 # crap clone Blue Pill
set _CPUTAPID 0x1ba01477
}
}
4) Save and recompile in PlatformIO
Above are the directions to allow using STM32 Blue Pill Clones (such as CS32F103C8T6) in PlatformIO. This works perfectly for me and only takes about 5 seconds once you know where the files are.
--- Podcast Subscribe Options ---
--- Follow Me ---
-- Electronics Tools And Kits at My Company ---
Using STM32 Blue Pill Clones in PlatformIO
The Best Board to Start STM32 Programming? | ARM Development for Beginners
HOW TO FIX FAKE STM32 BLUEPILL BOARDS|| FAKE STM32 BLUEPILL BOARDS|| 100% FIX (SIMPLESTWAY)
OOPS... 'fake' BluePill boards, and what to do about it
STM32CubeIDE Course for beginners, stm32f103c8t6, STM32 CubeIDE #stm32cubeIDE
blackmagic clone
Usage ST-LINK V2 Tutorial. STM32 Programming for Beginners. Cheap clone ST-Link comparation
STM32: BLUE PILL COM CHIP CLONE VS ORIGINAL. ENTENDA!
STM32 Bluepill original y clone #shorts
Debug the STM32 (BluePill) using SWD and ST-LINK V2 in STM32CubeIDE
Printf Debugging & enabling SWO pin in the ST-LINK V2 clone - For STM32 CubeIDE - BluePill
#153 STM32 clones - good value or cheap copy? Asian Alternative Components
Getting Started with the Black Pill Arduino STM32F4
Blue-pill STM32 Programming Using ST-LINK V2 Dongle
Stm32 blue pill
#10 - Using the STM32 Blue Pill for the CypherCon 5.0 Hardware Hacking Village Project
STM32 (stm32f103c8) Serial wire debug -- STM32CubeIDE
Program the STM32 Blue Pill in 6 minutes
Mutable Instruments BRAIDS DIY Clone - STM32 Blue Pill Mapping and Programming
PikaScript Build and Test in STM32 Clone
AIR32f103cbt6 - My STM32 Clone Adventures - AIR32
Bluetooth with STM32 BluePill & Arduino #shorts
How To Convert STM32 Blue-pill To Stm32 St Link V2 Programmer
PLACA BLUE PILL STM32F103C6/C8 - APRENDA A PROGRAMAR - MAIS FÁCIL QUE ARDUINO-EM BREVE - INSCREVA-SE...
Комментарии