Receiving Data from the HCI UART Interface

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

cross mob
Anonymous
Not applicable

Hi,

I'm wondering whether I can receive data on the BCM2073x coming from the HCI UART in my application. Sending works through ble_traceX but can I also receive anything?

I hope you can help.

Regards,

Kilian

0 Likes
1 Solution
asridharan
Employee
Employee
10 comments on KBA 5 comments on KBA First comment on KBA

No, you cannot receive data over HCI uart because in application mode HCI RX line is disabled internally. The RX line is used/enabled only in download mode (which is mutually exclusive from application mode).

View solution in original post

1 Reply
asridharan
Employee
Employee
10 comments on KBA 5 comments on KBA First comment on KBA

No, you cannot receive data over HCI uart because in application mode HCI RX line is disabled internally. The RX line is used/enabled only in download mode (which is mutually exclusive from application mode).