摘要: 单片机型号 STM32F3 STM32Cubmx 配置 先看一下时钟配置 定时器时钟是72MHz 使用定时器4来做延迟计数 void Delay_us(uint32_t us) { uint32_t counter = 0; __HAL_TIM_SET_COUNTER(&htim4, 0); HAL 阅读全文
posted @ 2021-10-18 21:25 小小小p鱼 阅读(652) 评论(0) 推荐(0) 编辑
摘要: 在使用STM32L0xx系列和STM32L4xx系列的单片机时都遇到了打开keil工程报“Loading PDSC Debug Description Failed for STMicroelectronics STM32Lxxxxxxx”错误的问题,具体现象和解决方法如下图文所示: 找到keil的 阅读全文
posted @ 2021-10-18 15:43 小小小p鱼 阅读(4901) 评论(0) 推荐(0) 编辑