CH32V203C8T6使用串口中断报错

根据哔哩哔哩教程使用了void USART2_IRQHandler(void) __attribute__((interrupt("WCH_Interrupt-fast")));这个函数防止程序跑飞,但是编译后报错,如下图,有知道啥问题的嘛,其他代码跟哔哩哔哩上面一样的

视频地址:https://www.bilibili.com/video/BV1LM41167fZ?t=2426.0&p=5

image.png

解决了,,得把这个放一起

void USART2_IRQHandler(void) __attribute__((interrupt("WCH-Interrupt-fast")));

//接受中断函数

void USART2_IRQHandler(void){

     .......

}


只有登录才能回复,可以选择微信账号登录