Other Parts Discussed in Thread: AMIC110
工具/软件:Code Composer Studio
请提供有关如何修复上述构建错误的信息。
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.
你(们)好
从构建日志中、您似乎没有正确应用 TI_ESC.patch 文件。
您还可以参考视频-演示 AMIC110上的无 DDR EtherCAT 从站:
此致、
Garrett
您好、Priyanka、
我研究了 el9800hw.h:
#if _PIC18
#include
#Elif _PIC24
#include
#endif
和 TI_ESC.patch:
_PIC24:Microchip PIC24HJ128GP306特定代码
该处理器安装在 Beckhoff 从评估板(硬件版本高达 EL9800_4A)上。 *
#ifndef _PIC24
-#define _PIC24 1.
+#define _PIC24 0
#endif
我认为 TI_ESC.patch 仍然不适用于您的项目。 p24Hxxxx.h 在 TI ESC 项目中不存在/不适用。
此致、
Garrett