摘要: 项目: 野火STM32指南者开发板,使用寄存器点亮LED灯 代码: #include "stm32f10x.h" int main(void) { *(unsigned int *)0x40021018 |= ((1)<<3); //打开GPIO端口时钟 *(unsigned int *)0x400 阅读全文
posted @ 2022-01-04 20:58 JRS077 阅读(335) 评论(0) 推荐(0) 编辑