Other Parts Discussed in Thread: CC2540
Hi,
I need to know the fastest way to switch between sending a carrier burst, which I have implemented with:
HCI_EXT_ModemTestTxCmd(HCI_EXT_TX_UNMODULATED_CARRIER, 0);
And switching it off, which by now I implement with:
HCI_EXT_EndModemTestCmd();
I'm afraid these functions are too slow, since they are based in HCI, thus they have to contemplate the 8051 to cc2540 communication delay. Do you have any suggestion? :) I need to switch every 0.1ms or so. Have a nice day!
Thanks!