Example usbd_ble_uart uses one UART for LOG printf.
Please tell how to implement another UART on that project to
communicate with our product device.
MBN52832 SDK
Is that a 3rd-party SDK ?
Hi!
that is nRF5_SDK_17.0.0_9d13099
thanks
So is this the module you're talking about https://wireless.murata.com/mbn52832.html ?
Remember that it is an independent 3rd-party product - so you can't assume that people will just automatically know what you're referring to. Always helps to give a link.
Anyhow, that uses an nRF52832 - and the nRF52832 has only one UART:
https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52832
https://infocenter.nordicsemi.com/topic/struct_nrf52/struct/nrf52832.html
Some options:
So is this the module you're talking about https://wireless.murata.com/mbn52832.html ?
Remember that it is an independent 3rd-party product - so you can't assume that people will just automatically know what you're referring to. Always helps to give a link.
Anyhow, that uses an nRF52832 - and the nRF52832 has only one UART:
https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52832
https://infocenter.nordicsemi.com/topic/struct_nrf52/struct/nrf52832.html
Some options: