2021-12-14 07:24 AM
For a project, I'd like to use the Nucleo H755ZI-Q board to authenticate on an ethernet network protected by 802.1x authentication. The problem is I don't really know where to begin. Even after browsing the internet for answers I'm left without a clue and could use a little help.
2022-01-09 01:00 PM
The MCU just sends/receives Ethernet frames. So, yes - that is definitely possible. You have to implement that 802.1x protocol somehow. If necessary, it can also be implemented as a custom protocol for lwIP stack.