Resolved! How do I declare an array of structs with one element a byte aligned array of uint8_t
I'm trying to clean up some code I used to figure out how to use the UARTs on a STM32H7A3. The STM examples declares the data to be sent out like this:ALIGN_32BYTES(uint8_t txBuffer[]) = " *****UART_TwoBoards comm ... ";ALIGN_32BYTES is defined like ...