You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one application where the data comes over UART and need to send that data over BLE. Data is coming over the UART port with a 230400 baud rate. But in the firmware code when I turn on the BLE and data starts receiving, the device seems to be hanged up. When I turn OFF the ble and keep the UART ON everything works fine. Can someone tell me is this happening because of UART and BLE interrupt occurring at the same time.
Specification-
UART 230400 baud rate
Controller - MDBT40
BLE notify property is used
The text was updated successfully, but these errors were encountered:
I have one application where the data comes over UART and need to send that data over BLE. Data is coming over the UART port with a 230400 baud rate. But in the firmware code when I turn on the BLE and data starts receiving, the device seems to be hanged up. When I turn OFF the ble and keep the UART ON everything works fine. Can someone tell me is this happening because of UART and BLE interrupt occurring at the same time.
Specification-
UART 230400 baud rate
Controller - MDBT40
BLE notify property is used
The text was updated successfully, but these errors were encountered: