摘要: 起初原因是我试图编译fsmc,但始终无法编译。在C:\Users\kyo\.platformio\packages\framework-arduinoststm32\system\STM32F1xx\stm32f1xx_hal_conf_default.h 里看到这个 看到了 #if 0 原来那些# 阅读全文
posted @ 2022-08-28 21:59 kyo413 阅读(139) 评论(0) 推荐(0)
摘要: 起初是发现红牛的官方例程的延时程序跑在arduino上时间是不对的 。 void Delay_10ms (u32 nCount){ volatile int i;//volatile表示编译器不要优化这个变量,即使没有用到变量。否则这种空循序编译器直接就删掉忽略了 for (i=0;i<nCount 阅读全文
posted @ 2022-08-28 21:09 kyo413 阅读(253) 评论(0) 推荐(0)