部件号:*** >
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.
部件号:*** >
我尝试在 syscfg 中创建一个新的 G1519 工程、同时也移植到 CCS 中的 G3507 工程、没有出现相同的编译错误、这可能与您的开发环境有关。 您能分享一下 SysConfig 版本吗?
msp.h 应查看 DeviceFamily_ID 并包含相应的标头(在本例中为 ti/devices/MSP/m0p/mspm0g151x.h)、该标头定义了器件具有哪些外设。 我猜、您的标头正在定义_MSPM0_Has_GPAMP__并导致了问题。 您是否能够追溯到包含的 MSP 文件并进行检查?