
STM32
waterwoods123
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
STM32F103 新建寄存器开发工程--江科大跟练版
stm32f10x.h是外设寄存器描述文件,描述STM32有哪些寄存器以及其对应的地址的。system_stm32f10x.c和system_stm32f10x.h用以配置时钟,STM32主频72MHz。STM32是内核以及内核外围设备组成的,内核的寄存器描述和外围设备的描述文件不在一起,因此还需添加内核寄存器。PS:采用的F103C8T6型号芯片,需要的启动文件为startup_stm32f10x_md.s。添加startup_stm32f10x_md.s和其它的.c和.h。新建main函数并编译。原创 2025-02-05 11:15:20 · 348 阅读 · 0 评论 -
STM32用热敏电阻测温
STM32 温度采样 热敏电阻原创 2022-08-25 20:10:55 · 1515 阅读 · 0 评论 -
When RTOS is used, it is strongly recommended to use a HAL timebase source other than the Systick.
STM32 配置滴答时钟的时候警告:When RTOS is used, it is strongly recommended to use a HAL timebase source other than the Systick.原创 2022-08-18 10:13:08 · 2845 阅读 · 0 评论 -
STM32 Keil报错 error: #35: #error directive: “include FreeRTOS.h must appear in source files before...
error: #35: #error directive: “include FreeRTOS.h must appear in source files before include task.h”转载 2022-07-19 17:29:07 · 7789 阅读 · 0 评论 -
STM32 memset、memcpy前面有感叹号,也就是报警
memset memcpy函数前面有感叹号转载 2022-07-07 10:37:55 · 1432 阅读 · 0 评论 -
STM32G0 FreeRTOS的移植/直接STM32CUBEMX 配置FreeRTOS
STM32G0 FreeRTOS移植转载 2022-06-24 15:29:53 · 591 阅读 · 0 评论 -
STM32从标准库转到HAL遇到的问题(持续更新)
STM32标准库转到HAL库遇到的问题原创 2022-06-22 09:53:06 · 2532 阅读 · 2 评论