How to establish UART communication between two microcontrollers
I am trying to transfer sensor data collected on a NUCLEO-144 L552ZET6Q board to a Sparkfun Artemis BLE Module via UART DMA. However, I can't get the STM32 to send anything on any UART besides messages to TeraTerm using the basic HAL_UART_TRANSMIT fu...