Skip to main content
RIG
Associate III
May 31, 2022
Question

I want to send serial data in Manchester code using STM32H7. Could anyone please tell me the solution? Or if you know an IC part that can be converted to Manchester code externally, please introduce it.

  • May 31, 2022
  • 2 replies
  • 1060 views

..

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
May 31, 2022

Use the timer, modulating the output.

Perhaps clock patterns via SPI

Or drive patterns via TIM+DMA+GPIO

https://community.st.com/s/question/0D53W00001XN3yLSAT/how-to-make-a-manchester-communication-with-a-nucleol432kc-

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
RIG
RIGAuthor
Associate III
May 31, 2022

Could you tell me a little more about it?