Hi there,
I tried to switch to industrial communications SDK version 09.01.00.41 from 09.00.00.03, unfortunately the buffer handling API I use is not functional anymore. I use the ethercat_slave_simple_demo_am243x-evm_r5fss0-0_freertos_ti-arm-clang example and I just add the following lines
1) after EC_API_SLV_cbRegisterUserApplicationRun
2) two simple callbacks just passing a buffer to stack
As soon as the EtherCAT stack should go into operational state (triggered by TwinCAT Master) the complete core crashes and is stuck in data abort handler. I also had break points in my buffer functions, but they haven't been called
PS: also EtherCAT Slave Stack's documentation is missing, clicking "API Documentation" here leads to nowhere: software-dl.ti.com/.../EXAMPLES_INDUSTRIAL_COMMS_ETHERCAT_SLAVE_DEMOS.html