I implemented EtherCAT communication by linking LAN9252 and STM32.
The EEPROM of LAN9252 was created using EEPROM Generator.
https://kubabuda.github.io/EEPROM_generator/
However, in the EtherCAT master program created with SOEM, Index conversion does not work when using ec_SDOwrite().
I also tried changing the accessibility permission of all variables to 'RW', but it still didn't work.
Do you know how?