Other Parts Discussed in Thread: TMDSCNCD28388D , C2000WARE , DP83822I 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1080036/tmdscncd28388d…
Other Parts Discussed in Thread: C2000WARE , TMDSCNCD28388D 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1036392/tmdscncd28388d…
Other Parts Discussed in Thread: C2000WARE 好的,感谢
还有个问题想请教一下,IPC通信没能成功。
我想从CPU1发送数据给CM4核,但是我在例程enet_lwip中加入了IPC(IPC程序来自于ethernet_ipc_ex1_basic_cm例程)(运行在CM4核),同时,也在ethernet_c28x_config例程中加入了IPC程序(ipc程序来自于ethernet_ipc_ex1_basic_c28x1例程中)(运行在CPU1核中)。
现在的现象是…
Other Parts Discussed in Thread: C2000WARE 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1062972/tmdscncd28388d-capacity-limit-for…
Part Number: TMDSCNCD28388D Other Parts Discussed in Thread: C2000WARE
下面操作过程中:
将28377D程序移植到28388D中
遇到的问题:
编译后报错:
#258 invalid redeclaration of type name "int8_t" (declared at line 37 of "D:/CCS10installation/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS…
Part Number: TMDSCNCD28388D Other Parts Discussed in Thread: C2000WARE
是否可以将ethernet_c28x_config工程中的packetData[PACKET_LENGTH]数组换成自己的数组send_buf
,然后通过 IPC_sendCommand函数发送到CM4。然后在enet_lwip的工程下,利用 IPC_readCommand函数接收 数组send_buf中的数据呢?
想实现这一过程,我需要修改哪些地方呢,有什么注意点吗…