about HAL_UART_Transmit when Paired device is gone
I am making L031K6 mcu sensor. This sensor regulary sense some adc data then send the data to Android device by BLE.and I am using HAL_UART_Transmit() for sending message to android by BLE.but when android is missing, my MCU runs bad. so I guess HAL_...