This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:TI-RTOS
我无法从 empty.c 中调用这些函数
MAP_ADCTimerEnable (ADC_base);
MAP_ADCChannelEnable (ADC_base、ADC_CH_1);
ulSample = MAP_ADCFIFORead (ADC_base、uChannel);
MAP_ADCChannelDisable (ADC_base、uChannel);
当我检查到"rom_map.h"的链接时、我会看到此错误。
所选文本不能映射到符号名称。
我是否需要手动创建一些缺失的链接????