User Activity

Posted on December 06, 2017 at 18:06Hello,I'm using STM32cubemx and I have created a project using UART in 9-bit configuration. The code is generated and I can find the 'HAL_UART_Transmit' function but the pData parameter is a 8-bit pointer:HAL_Stat...