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.