Other Parts Discussed in Thread: SYSBIOS
Hi all!
I'm developing an ethernet over ethercat application, and I should expand the mailbox max data size to speedup the throughput.
I've foud this #define in ecat_def.h:
#define MAX_MBX_SIZE 0x0100
I've changed that value to 0x1000 (4Kbytes instead of 256bytes), recompiled and downloaded to the cpu.
Unfortunately the master can't step further than PREOP state;
after a couple of second from INIT to PREOP state change, the ethercat master says: "Timeout: eoe init":
Is there any limitation on MAX_MBX_SIZE?
What am I missing?

