Tool/software: Code Composer Studio
Please provide the information for how to fix above build error.
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.
Tool/software: Code Composer Studio
Please provide the information for how to fix above build error.
Hi
From the build log, it seems you didn't apply the TI_ESC.patch file properly.
You can also refer to the video - Demonstrating DDR-less EtherCAT Slave on AMIC110:
Regards,
Garrett
Hi,
I patched and tried again but again the same error it was throwing,Please can u provide p24Hxxxx.h file.
Regards
Priyanka
Hi Priyanka,
I looked into the el9800hw.h:
#if _PIC18
#include <pic18.h>
#elif _PIC24
#include <p24Hxxxx.h>
#endif
And TI_ESC.patch:
_PIC24: Microchip PIC24HJ128GP306 Specific Code <br>
This processor is mounted on the Beckhoff Slave Evaluation Board (Hardware version up to EL9800_4A). */
#ifndef _PIC24
-#define _PIC24 1
+#define _PIC24 0
#endif
I think TI_ESC.patch is still not applied in your project. p24Hxxxx.h is not present/applicable in TI ESC project.
Regards,
Garrett