HelloI'm trying to communicate STM32F411RE (NUCEO board) with SIM800L module through the USART interface.I made USART initialization by HAL driver but I want to communicate manually by referring to the registers directly.USART Initialization:void uar...