27
2020
11

printf函数重定向【stm32】— > fputc()

#include "stm32f10x.h"#include "stdio.h"static GPIO_InitTypeDef   GPIO_InitStructure;static&nb...
27
2020
11

设置频率播放一小段音频(用到PWM和蜂鸣器)

#include "stm32f10x.h"#include "sys.h"static GPIO_InitTypeDef   GPIO_InitStructure;static ...
27
2020
11

【STM32】STM32端口复用和重映射的区别

...