20737 PUART default enabled, but how to disable it run time?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

If we enable PUART for calibration device during production by using
BLE_PROFILE_PUART_CFG (Baudrate = 115200) and call the init function
bleapp_set_cfg(... ... puart_cfg ...)

If we try to disable it when run-time on device. Any related API to call for it??

0 Likes
1 Solution
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

This thread talks about toggling the PUART with GPIO, so it may be helpful: How can I reassign port pins to GPIO after they have been assigned to puart_tx and puart_rx?

However, I believe this is what you need: How to Disable PUART

View solution in original post

0 Likes
1 Reply