hardwario / lora-modem

Open LoRaWAN modem for Murata Type ABZ
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Conflict between LPUART1 and USART2 GPIOs in MKRWAN1310 builds #124

Closed janakj closed 1 year ago

janakj commented 1 year ago

The debug build variant for MKRWAN1310 boards have the debugging logger configured on USART2. However, the GPIO pins used by the USART2 peripheral conflict with LPUART1, i.e., the AT command interface port. This should probably be fixed by configuring the debugging logger to use the LPUART1 peripheral instead, but we need to make sure that the debugging messages do not interfere with AT communication.