根據(jù)嗶哩嗶哩教程使用了void USART2_IRQHandler(void) __attribute__((interrupt("WCH_Interrupt-fast")));這個函數(shù)防止程序跑飛,但是編譯后報錯,如下圖,有知道啥問題的嘛,其他代碼跟嗶哩嗶哩上面一樣的
視頻地址:https://www.bilibili.com/video/BV1LM41167fZ?t=2426.0&p=5
根據(jù)嗶哩嗶哩教程使用了void USART2_IRQHandler(void) __attribute__((interrupt("WCH_Interrupt-fast")));這個函數(shù)防止程序跑飛,但是編譯后報錯,如下圖,有知道啥問題的嘛,其他代碼跟嗶哩嗶哩上面一樣的
視頻地址:https://www.bilibili.com/video/BV1LM41167fZ?t=2426.0&p=5
解決了,,得把這個放一起
void USART2_IRQHandler(void) __attribute__((interrupt("WCH-Interrupt-fast")));
//接受中斷函數(shù)
void USART2_IRQHandler(void){
?????.......
}