-
Notifications
You must be signed in to change notification settings - Fork 0
simple uart
License
CoBa31Rus/stm32f4_uart
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# STM32F1_minimal STM32F1 minimal CMSIS project for linux This is my minimal STM32F1 project with CMSIS, ARM-NONE-EABI, OpenOCD. Include project for geany. # Required: 1)Install OpenOCD for debug using GDB. 2)Install or download ARM-NONE-EABI toolchain. 3)make. # How to: 1)Change arm toolchain path in Makefile TOOLPATH, if your arm toolchain is installed from repo then comment TOOLPATH. 2)In linkerscript change ROM and RAM lenght for your device. 3)For compile execute make all. 4)For clean make clean. 5)For debug with GDB make debug. 6)For load make load. 7)Change debug level in variable OPT. 8) If you need FPU then add in main func: SCB->CPACR |= ((3UL << 20)|(3UL << 22));
About
simple uart
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published