sx1278驱动移植时报错多个"IRQn" has already been declared in the current scope
消耗积分:2 | 格式:pdf | 大小: | 2021-12-27
郑成枝
分享资料个
如题,在进行sx1278驱动移植时报错很多个"IRQn" has already been declared in the current scope,发现问题是在stm32f10x.h和stm32f103xe.h中重复定义了很多个这样的中断向量,为什么会同时调用这两个头文件呢?原来是在这两个文件中包含的头文件写错了我使用的单片机芯片为STM32F103RCT6,而要包含的头文件并不是s...