Tool/software:
Working with BLE stack and UART0 simultaneously on Zephyr. If I use just UART0 I can see the data BLE FW sends to outside. Once bt_enable() call is done I don't see any data from UART0. Does bt_enable() affect somehow the UART0?
After debugging I've identified the function that does affect the UART IO functionality.
This is BLE_ServicesInit() function that is a part of ble_controller.a or ble_peripheral_controller.a library.
Could you please investigate why it is affecting the UART?