03 2022 档案
摘要:HTML语法 <details> <summary>点击时的区域标题:点击查看详细内容</summary> <pre><code>#define A B #endif void init(void)</code></pre> </details> 点击时的区域标题:点击查看详细内容 #define
阅读全文
摘要:前言 在使用typora早期测试版(0.11.5)时,在3.9号突然无法打开,提示 This beta version of Typora is expired, please download and install a newer version. 可能触发了测试最长时间的限制。虽然可以升级到最
阅读全文
摘要:摘要 STM32;HAL库;SPI;TDC-GP22; SPI 配置 注意事项 TDC-GP22只支持以下 SPI 模式: Clock Phase Bit = 1 Clock Polarity Bit = 0 在3.0V时,TDC clk最大为20MHZ,因此时钟频率要限制在20MHZ以下。SPI2
阅读全文
摘要:大致介绍 在使用usart2时,使用中断传输进行printf会出现异常。使用阻塞传输无问题。在usart1中无问题。在GD32F407中无问题。直接使用中断传输无问题。 使用代码 正常配置串口,勾选microlib库,重写fputc int fputc(int ch, FILE *f) { whil
阅读全文