How to switch from using LPUART to using USART1 at the AT_SLAVE project in the b-l072z-lrwan1 software package?
I am working on a project using the I-Cube-LRWAN software package, precisely the AT_SLAVE project form the b-l072z-lrwan1. I want to upload the AT_SLAVE project on a L0 MCU interfacing the cmwx1zzabz-091 LoRa module. Then I have an other MCU (L4 MCU) to communicate to the L0 MCU(related to cmwx1zzabz-091) via an USART1 sending some AT Commands. The problem is that the AT_Slave project is using the LPUART, but I want to switch it to the USART1 to ensure the communication between the L4 and the L0. How can I change the code, so the Communication Will be over the USART1?
