Other Parts Discussed in Thread: CC2652R
I have a custom board with an MSP430 micro that talks to my CC2541 over SPI. I can successfully issue HCI commands and command my CC2541 into DTM with HCI_LE_Receiver_Test command (PRBS9, 37-byte length, any channel).
I can use HCI_LE_Test_End to exit the test mode, and I received number of packets in the event response.
My question is, how can I determine whether or not the test is a pass or fail?
The signal generator sends 1500 PRBS9-37 packets. Is the number of packets returned in the event response the number of packets received without error, where we can take (Number_Of_Packets / 1500) to get an error rate? Or, will the event return status returned from the call to HCI_LE_Test_End provide me with an error?
keywords: rx blocking, receiver blocking, HCI_LE_Transmitter_Test