STM32F4 HAL_UART_Receive_DMA shifting every cycle
Hello everybody:i'm trying to implement modbus function on mcu(stm32F4)my structure as followingi receive data from usart6 by HAL_UART_Receive_DMA function(circular mode)it's work when just only one MCU edge. but if two mcu edge (two modbus slave),...