EasyCAT LAB - EtherCAT master simple example

Dependencies:   SOEM SPI_TFT_ILI9341 TFT_fonts

  • This repository contains a simple example for the EasyCAT LAB , a complete educational and experimental EtherCAT® system, composed of one master and two slaves.

Note

  • This example uses two LAB 2 slaves.

Note

  • In this example only two bytes of data are exchanged between the slaves and are also visualized on the TFT display.

mbed_app.json

Committer:
EasyCAT
Date:
6 months ago
Revision:
4:cbef7fa67d5f
Parent:
0:13be39911caf

File content as of revision 4:cbef7fa67d5f:

{                                   
    "target_overrides": 
    {
        "NUCLEO_F767ZI":  
        {
            "target.d11_configuration": "PB_5"
        }
    }
}