This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2541: Using Host Test Release to send an Event directly to MCU without a Command

Part Number: CC2541
Other Parts Discussed in Thread: CC2540

Hi,

I'm currently debugging my system using HCI commands. I've tried many ways of sending data from my MCU to CC2541 using UART via HCI commands. I mimicked the format of the HCI commands in BTool but nothing is coming back on the RX side on my MCU. My last resort is to manually flash something onto the CC2541 that will send an event (any data for that matter) from the bluetooth chip. I'll use HostTestRelease project to do this, but my question is, what function or in which .c file should I program it in the HostTestRelease project? Is there a sample code I could look at?

Thanks.