CubeMX Firmware Package: STM32Cube FW_F0 V1.10.1CPU: STM32F030RC.If use it ASIS, compiler will report UART_TXDATA_FLUSH_REQUEST is undefined.Problem is in line 1: It missed STM32F030xC.#if !defined(STM32F030x6) && !defined(STM32F030x8)
#define __HAL...