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.

Documentation error in CC256x Testing Guide?



Hi all,

This page (http://processors.wiki.ti.com/index.php/CC256x_Testing_Guide#UART_Communication) in CC256x Testing Guide says the following:

Outgoing Hex dump: 0x01 0x01 0x10 0x00
where the first number indicates a command sent (0x01), the second number (0x01) indicates command length and third and fourth is the command

I think this is a documentation error. If the third and fourth number are the command, the second number indicating command length should be 0x02 instead of 0x01.

Is this example actually correct at all? The Bluetooth specification clearly indicates an Op_code always has a length of 2 octets (16 bits), followed by Parameter_Total_Length of 1 octet (8 bits), followed by the actual parameters with a length defined in Parameter_Total_Length.

Thanks in advance for your insights on this.