If you can't read any information from the driver, probably your UART communication is problematic. As I explained above ```I was also struggling with the UART communication with TMC2209, in my case transmit was always working fine but receive wasn't...
Hello, in my case it was this: https://www.mouser.se/ProductDetail/ADI-Trinamic/TMC2209SILENTSTEPSTICK?qs=TuK3vfAjtkVcIncpv7%2FUag%3D%3D&mgh=1&utm_id=20706020061&gad_source=1&gclid=Cj0KCQiA4fi7BhC5ARIsAEV1YiaIb6NhhA0V_fueTlvUmZGxbY5nmMi3xvbyBD9pQhnSy...
I was also struggling with the UART communication with TMC2209, in my case transmit was always working fine but receive wasn't. I solved my issue by enabling halfduplex transmitter (HAL_HalfDuplex_EnableTransmitter) before sending and enabling halfdu...
I was also struggling with the UART communication with TMC2209, in my case transmit was always working fine but receive wasn't. I solved my issue by enabling halfduplex transmitter (HAL_HalfDuplex_EnableTransmitter) before sending and enabling halfdu...
I was also struggling with the UART communication with TMC2209, in my case transmit was always working fine but receive wasn't. I solved my issue by enabling halfduplex transmitter (HAL_HalfDuplex_EnableTransmitter) before sending and enabling halfdu...