主题中讨论的其他器件:C2000WARE
大家好、
在链接 项目中的 FAPI_F28003x_EABI 时遇到问题。
闪存 API 未解析:

在链接器文件中、我看到 .TI.ramfunc 不匹配部分。

#10068-D 无匹配部分 BootUtil_AMB9010.cmd /AMB-9010_ti_boot 行
您能帮助解决此问题吗?
谢谢、
Ajay
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.
大家好、
在链接 项目中的 FAPI_F28003x_EABI 时遇到问题。
闪存 API 未解析:

在链接器文件中、我看到 .TI.ramfunc 不匹配部分。

#10068-D 无匹配部分 BootUtil_AMB9010.cmd /AMB-9010_ti_boot 行
您能帮助解决此问题吗?
谢谢、
Ajay
您好、Vamsi、
请问在哪里可以找到 driverlib.lib 库的 COFF 类型? 当我将输出格式设置为"传统 COFF"时、我将收到以下警告、并且无法使用以下 API、如 _GPIO_setDirectionMode:
#10373-D 库"C:/ti/C2000/C2000Ware_4_01_00_00/driverlib/f28003x/driverlib/ccs/Release/driverlib.lib"包含与 TI-COFF 输出文件不兼容的 ELF 目标文件。
我使用了以下路径中的 driverlib.lib:
C:\ti\c2000Ware_4_01_00_00\driverlib\f28003x\driverlib\ccs\Debug
或
C:\ti\c2000Ware_4_01_00_00\driverlib\f28003x\driverlib\ccs\Release
两者给出的错误相同、请提供 类型 为 COFF 的 driverlib。
谢谢、
Ajay