USART in multiprocessor mode (MME / Address Mark) over RS485 with DMA and IDLE interrupt
Hello everyone,I'm currently working on a UART communication protocol using STM32 USART in multiprocessor mode (MME / Address Mark) over RS485. My goal is to receive variable-length data frames only when the address matches, and use DMA + IDLE interr...