STM32 F767Zi RS485 interrupt code blocks main() loop
I am using STM32 F767zi MC and I want to communicate with RS485 encoder. This is my code which has written in stm32f7xx_it.c. When executing this code, it can be seen that encoder and MC communicating continuously (observed using oscilloscope). But ...