摘要: Conda指令集即查即用与结合VScode配置开发环境 阅读全文
posted @ 2023-02-20 19:39 SergeyuiL 阅读(1776) 评论(0) 推荐(0) 编辑
摘要: 参考How to create an ISO image 阅读全文
posted @ 2022-05-14 12:21 SergeyuiL 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 使用Putty通过SSH实现Jetson Nano的远程开发,相较于VNC省去了图形界面,降低延迟 阅读全文
posted @ 2022-05-07 20:32 SergeyuiL 阅读(496) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(778) 评论(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 阅读(923) 评论(0) 推荐(0) 编辑
摘要: STM32-串口配置与使用 阅读全文
posted @ 2022-01-12 20:51 SergeyuiL 阅读(744) 评论(0) 推荐(0) 编辑
摘要: STM32-EXTI中断/事件管理器 阅读全文
posted @ 2022-01-11 16:04 SergeyuiL 阅读(378) 评论(0) 推荐(0) 编辑
摘要: STM32中时钟树,系统与外设时钟配置相关 阅读全文
posted @ 2022-01-11 09:47 SergeyuiL 阅读(1509) 评论(0) 推荐(0) 编辑
摘要: 通过VNC在Ubuntu搭建远程开发环境,可用于树莓派,Jetson等 阅读全文
posted @ 2022-01-10 19:19 SergeyuiL 阅读(385) 评论(0) 推荐(0) 编辑
摘要: STM32基于库函数的GPIO配置流程 阅读全文
posted @ 2021-12-08 15:47 SergeyuiL 阅读(660) 评论(0) 推荐(0) 编辑