Skip to content

forlfs/stm32f401ccu6-cmsis-dap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

stm32f401ccu6-cmsis-dap

stm32f401ccu6-cmsis-dap

toolchain:
--stm32cubemx 5.6.1
https://www.st.com/en/development-tools/stm32cubemx.html
en.stm32cubemx_v5-6-1.zip
--stm32f4 firmware 1.25.0
https://www.st.com/en/embedded-software/stm32cubef4.html
en.stm32cubef4_v1-25-0.zip
--cmsis 5.7.0
https://github.com/ARM-software/CMSIS_5/releases
CMSIS_5-5.7.0.tar.gz
--gcc 10.2.1
https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/product-release
gcc-arm-none-eabi-10-2020-q4-major-win32.zip
--msys2
https://mirrors.tuna.tsinghua.edu.cn/msys2/distrib/x86_64
msys2-x86_64-20201109.exe

compile:
--open msys2.exe
export PATH=$PATH:XXX/gcc-arm-none-eabi-10-2020-q4-major/bin
cd YYY/stm32f401ccu6-cmsis-dap/src
make

pin:
--swd
PA0 SWCLK
PA1 SWDIO
--jtag
PA0 TCK
PA1 TMS
PA2 nRESET
PA3 TDI
PA4 TDO

reference:
https://imuncle.github.io/content.html?id=83
https://imuncle.github.io/content.html?id=88

About

stm32f401ccu6-cmsis-dap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages