文章分类 -  STM32

摘要:https://github.com/MaJerle/stm32f429 阅读全文
posted @ 2025-10-30 11:08 微笑的''80 阅读(0) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/town-master-da/p/18859274 阅读全文
posted @ 2025-08-12 11:53 微笑的''80 阅读(3) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_50749196/article/details/145636471 https://blog.csdn.net/2401_87244387/article/details/148028261 https://www.cnblogs.com/yych 阅读全文
posted @ 2025-08-12 11:50 微笑的''80 阅读(3) 评论(0) 推荐(0)
摘要:STM32 定时器分频值( PSC )的计算基于目标定时时长、时钟频率及预分频寄存器的最大值(通常为65535)。计算公式为:‌PSC = (目标时长 × 时钟频率) ÷ 65536 - 1‌。 计算步骤 ‌确定目标时长‌:根据需求设定定时时长(如1秒、1毫秒等)。 ‌获取时钟频率‌:通过STM32 阅读全文
posted @ 2025-08-08 11:37 微笑的''80 阅读(132) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_44016222/article/details/142132802 阅读全文
posted @ 2025-08-08 11:21 微笑的''80 阅读(3) 评论(0) 推荐(0)
摘要:https://www.bilibili.com/opus/838882661388779603 阅读全文
posted @ 2025-07-21 09:48 微笑的''80 阅读(1) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_64047342/article/details/146935493 阅读全文
posted @ 2025-07-18 17:48 微笑的''80 阅读(3) 评论(0) 推荐(0)
摘要:https://www.bilibili.com/opus/292786584838948196 阅读全文
posted @ 2025-07-17 15:21 微笑的''80 阅读(3) 评论(0) 推荐(0)
摘要:https://www.eefocus.com/circuit/1142515.html https://www.waveshare.net/wiki/3.2inch_320x240_Touch_LCD_(C) 阅读全文
posted @ 2025-07-16 11:27 微笑的''80 阅读(13) 评论(0) 推荐(0)
摘要:https://www.iotword.com/37133.html 阅读全文
posted @ 2025-07-15 19:21 微笑的''80 阅读(3) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/lkh999999/article/details/119380231 阅读全文
posted @ 2025-07-15 11:42 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_44955826/article/details/135364780 阅读全文
posted @ 2025-07-15 11:11 微笑的''80 阅读(3) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_64593595/article/details/143892244 阅读全文
posted @ 2025-07-14 19:52 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/m0_64178192/article/details/139114121 阅读全文
posted @ 2025-07-14 17:40 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_56459724/category_12841004.html https://blog.csdn.net/weixin_46295059/article/details/141268536 阅读全文
posted @ 2025-07-14 10:59 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:ubuntU 16.04 32bit cmake 3.5 arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 5.4.1 20160919 https://cmake.org/cmake/help/v3.5/ https://blog. 阅读全文
posted @ 2025-07-08 12:07 微笑的''80 阅读(5) 评论(0) 推荐(0)
摘要:https://www.st.com.cn/zh/embedded-software/stm32-embedded-software.html 阅读全文
posted @ 2025-05-26 16:03 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/ourran/p/5651697.html 阅读全文
posted @ 2025-05-24 11:35 微笑的''80 阅读(2) 评论(0) 推荐(0)
摘要:https://www.keil.arm.com/packs/stm32h5xx_dfp-keil/overview/ 阅读全文
posted @ 2025-05-24 02:03 微笑的''80 阅读(3) 评论(0) 推荐(0)
摘要:宏定义: __arm____CC_ARM__GNUC__USE_HAL_DRIVERSTM32F103x6 https://www.cnblogs.com/ideawu1001/p/3465967.html https://microdynamics.github.io/ https://blog. 阅读全文
posted @ 2025-05-22 17:47 微笑的''80 阅读(9) 评论(0) 推荐(0)