06 2021 档案

摘要:bsp_led.h #ifndef __BSP_LED_H #define __BSP_LED_H #include "stm32h7xx_hal.h" //初始化LED引脚 void LED_GPIO_Init(void); #define LED_DS0_R_ON do{ HAL_GPIO_Wr 阅读全文
posted @ 2021-06-10 14:30 doitjust 阅读(493) 评论(0) 推荐(0)
摘要:Windows中的Linux子系统Ubuntu去掉文件夹背景的方法: 执行以下指令: cd ~ dircolors -p > .dircolors vim .dircolors 将“OTHER_WRITABLE”修改为 01;34 保存,重新启动Ubuntu 阅读全文
posted @ 2021-06-07 14:35 doitjust 阅读(185) 评论(0) 推荐(0)
摘要:Keil MDK 为STM32下载程序,下载后,程序自动启动的设置: 1.Boot0和Boot1引脚通过10K电阻接地; 2.MDK软件中勾选Rest and Run; 3.在Pack中去掉Debug Description的钩选号。 阅读全文
posted @ 2021-06-07 14:06 doitjust 阅读(1608) 评论(0) 推荐(0)