会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
乘风破浪会有时,直挂云帆济沧海
博客园
首页
新随笔
联系
管理
订阅
2022年1月4日
使用寄存器点亮LED灯
摘要: 项目: 野火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)
编辑
公告