HelloI'm using the latest HAL library for STM32F030. I've set up a 512 byte transmit buffer for holding bytes that are to be transmitted out the UART using DMA in circular mode. The goal is to treat this 512 byte buffer as a circular transmit queue...