How to make a Manchester communication with a NUCLEO-L432KC ?
Hello,
I would like to encode/send and decode/receive data using Manchester communication protocol (per G.E. Thomas) between 1 and 100 kbps with a NUCLEO-L432KC. I have read many topics with multiple solutions but I'm a beginner and I'm quite confused.
I'm looking for a simple and proper way to do it, without external chip. Maybe setting up a timer as counter with an interrupt should be a good idea? I would be pleased to get code examples.
Thanks in advance!