Validate the board - Gepetto/DieBieSlaveduino GitHub Wiki
Validate the board
Now that you know the STM32 part and the LAN9252 part are working we have to validate the entire board :
- Compile and flash the ethercat_tx.ino
- If the STM32 return "initialized" all is right, the STM32 and LAN9252 are working together !
- Launch the
ebox
orsimple_test
from SOEM (for best result you can custom the printf), you should receive something. The RUN LED should light up .
Other way : read the data sended with wireshark.
NB : The header file generated by the easy configurator have to be paste in the arduino project as did in the example.
TODO : make this test with Twincat. In a first try nothing was received using Twincat. Wrong ESI xlm file ?