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.

TMS320F28P650DK: How to build ethernet example.

Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG

hi.

topic: example(C2000Ware_5_01_00_00 )

part: TMS320F28P650DK9ZEJ.

I'm new to TI development and learned about multicore debugging through blog.

I successfully loaded 'empty_sysconfig_256zej' onto CPU1, but 'enet_lwip' doesn't load onto CPU2 or the CLA.

Error: C28xx_CPU2: GEL: File: D:\ti\c2000\C2000Ware_5_01_00_00\libraries\communications\Ethernet\third_party\lwip\examples\enet_lwip\cm\ccs\Flash\enet_lwip_cm.out Does not match the target type, not loaded.


enet_lwip.c is using CM_init() ---> it may require Cortex-M.

However, the TMS320F28P650DK9ZEJ only features CPU1, CLA, and CPU2.

I want to use Ethernet with the TMS320F28P650DK9ZEJ.

I'm not very experienced in development. I need help.