中断服务函数放到一个单独的C文件里面,中断中全局变量数组该怎么定义才能使用?在主程序和中断中都要用到这个数组。我定义后编译通不过,发生这样的错误:ADC1.o(.text+0xae): In function `_ADC1Interrupt':C:\Users\Administrator\Desktop\AD\ADC1.c:61: undefined reference to `ADCValue'
FreeRTOS on stm32 ST:https://training.eeworld.com.cn/course/5368Learn how to use CMSIS_OS based on FreeRTOS operating system in your application
Intention of this training is to introduce main feature