摘要:
参考资料: 1.狄泰软件学院的C语言教程 2.《armlink_user_guide》、《ARM® Developer Suite Compilers and Libraries Guide》、《ARM® Developer Suite Linker and Utilities Guide》 3.h 阅读全文
摘要:
首先,查看文件 stm32f4xx_hal_tim.c 关于如何使用 TIM 外设的说明。 ##### How to use this driver ##### [..] (#) Initialize the TIM low level resources by implementing the f 阅读全文
摘要:
首先,查看文件 stm32f4xx_hal_gpio.c 关于如何使用GPIO外设的说明。 ##### How to use this driver ##### [..] (#) Enable the GPIO AHB clock using the following function: __HA 阅读全文