I am developing on TI AM3359 ICE Board. I created an slave Stack file with Slave Stack Code Tool (from Beckhoff unsing the AM335x template).
After creating the source code I copied it into "C:\ti\am335x_sysbios_ind_sdk_1.0.0.3\sdk\protocols\ethercat\ecat_appl\EcatStack"
When I wish to compile the code(with CCS5) I have an error during compiling: which says that the variable ApplicationObjDic is not defined.
"../EcatStack/coeappl.c"
"../EcatStack/coeappl.c", line 595: error #20: identifier "ApplicationObjDic" is undefined
1 error detected in the compilation of "../EcatStack/coeappl.c".
Can you help me? Is there a missing include file? that the automatic generation missed?