UART set up in STM32L0
I want to stablish a UART communication between two boards (B-L072Z-LRWAN1 and 8PYA00-SIMCOM-EVB_V1.02). I tried to make a version of UART communication looking at all the examples provided by ST: static USART_HandleTypeDef huart; huart.Instanc...