Skip to content

dzylikecode/MCU-STM32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCU-STM32

戒骄戒躁, 勤思敏行

env

timeline

  • 2023-03-11: 想着研究 stm32
  • 2023-03-13: 下载 gcc 编译器
  • 2023-08-12: 放弃 xmake, 采用 platformio

不要什么都自己改写, 学会利用别人的成果, 完成自己想要干的事情

issue

注意运行程序的时候, B1, B0 为 0, 0, 否则会进入系统存储器启动, 无法运行程序


Use platformio.ini values in #define macro - General Discussion - PlatformIO Community

c - Unknown datatypes IRQn_Type, - Stack Overflow

sys.h里面的#include "core_cm4.h"注释掉

todo

采用之前的 ref 的形式, 压缩信息

先快速过一遍 pdf, 用笔写, 然后将 pdf 转化为 word,选取其中的内容进行编写, 加深自己的理解

PDF to WORD | Convert PDF to Word online for free

深入 C++ 回调 | BOT Man JL