MaJerle / lwcell

Lightweight cellular modem host AT library
MIT License
395 stars 147 forks source link

UART No and other pins #46

Closed Tatovi closed 3 years ago

Tatovi commented 3 years ago

How can I change UART number and other pins ?

MaJerle commented 3 years ago

THat's up to you to dig-in low-level part. You may take an example and open its low-level config, then change GPIO and UART settings + potentially DMA config for your MCU.

https://github.com/MaJerle/lwgsm/blob/develop/lwgsm/src/system/lwgsm_ll_stm32.c for STM32 example