随笔分类 -  嵌入式

嵌入式学习笔记
摘要:0、宏定义 基地址(baseAddress) #define TIMER_A1_BASE __MSP430_BASEADDRESS_T1A3__ 定时器模式 #define TIMER_A_STOP_MODE MC_0 #define TIMER_A_UP_MODE MC_1 #define TIM 阅读全文
posted @ 2022-03-13 00:29 SergeyuiL 阅读(878) 评论(0) 推荐(0)
摘要:0、宏定义 端口 #define GPIO_PORT_P1 1 #define GPIO_PORT_P2 2 #define GPIO_PORT_P3 3 #define GPIO_PORT_P4 4 #define GPIO_PORT_P5 5 #define GPIO_PORT_P6 6 #de 阅读全文
posted @ 2022-03-03 20:45 SergeyuiL 阅读(1092) 评论(0) 推荐(0)
摘要:STM32-串口配置与使用 阅读全文
posted @ 2022-01-12 20:51 SergeyuiL 阅读(1164) 评论(0) 推荐(0)
摘要:STM32-EXTI中断/事件管理器 阅读全文
posted @ 2022-01-11 16:04 SergeyuiL 阅读(550) 评论(0) 推荐(0)
摘要:STM32中时钟树,系统与外设时钟配置相关 阅读全文
posted @ 2022-01-11 09:47 SergeyuiL 阅读(1978) 评论(0) 推荐(0)
摘要:STM32基于库函数的GPIO配置流程 阅读全文
posted @ 2021-12-08 15:47 SergeyuiL 阅读(1010) 评论(0) 推荐(0)