TI中文支持网
TI专业的中文技术问题搜集分享网站

PROCESSOR-SDK-AM437X:

I'm encountering compilation errors while trying to integrate TI StarterWare packages into a custom project to use the DCAN example. In the original example (DCAN_LoopbackExample_evmAM437x_armTestProject), the configuration file (CFG) successfully loads the necessary packages as follows:

/* Load the Board package */
var SBoard = xdc.loadPackage('ti.starterware.board');
SBoard.Settings.socType = devType;
SBoard.Settings.libProfile = "release";

/* Load the Device package */
var SBoard = xdc.loadPackage('ti.starterware.device');
SBoard.Settings.socType = devType;
SBoard.Settings.libProfile = "release";

However, when I copy these configurations into my own project, I encounter compilation errors (attached screenshot for details). I am aiming to incorporate the DCAN functionality into my application but have been unable to resolve these issues. Could someone provide guidance on how to correctly set up and integrate these packages into a new project?

Lydia:

Hi,

Since you have made two posts with the same content, we will reply via the link below : e2echina.ti.com/…/am437x-dcan

赞(0)
未经允许不得转载:TI中文支持网 » PROCESSOR-SDK-AM437X:
分享到: 更多 (0)