Part Number: TMS320F28388D Other Parts Discussed in Thread: TMDSCNCD28388D
首先device.h里面添加的符合10MHz晶振源的时钟链应该是没问题的,如下。
//
// 10MHz XTAL on eRob-Master. For use with SysCtl_getClock() and
// SysCtl_getAuxClock().
//
#define DEVICE_OSCSRC_FREQ …
Other Parts Discussed in Thread: SYSCONFIG , TMS320F28386D , C2000WARE 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1310426/f2838xd-error-20-identifier…
You have to setup the RAT appropriately. Please check the GEL files associated with AM64x Code Composer. These have examples of how to setup the RAT so the M4 can have access to the DDR. See function below:
hotmenu Configure_RAT(){ //Configure RAT // Available…