Other Parts Discussed in Thread: CC2564
We have connected the UART/power supply of the evaluation board CC2564MODAEM with a starter kit (i.MX6 ULL).
To perform a first functional test, we followed the example of TI at https://processors.wiki.ti.com/index.php/CC256x_Testing_Guide#UART_Communication Currently we get a valid response frame but immediately after that a "Hardware Error Event" follows and then no more communication is possible.
Fuctional test:
With the following command sequence the module responds after a manually generated shutdown as follows
Wert |
Octets |
Beschreibung |
|
0x01 |
1 |
Packet Type à HCI command packet |
|
0x01 |
1 |
Opcode LSB à OCF[7:0] |
Read Local Version Information Command (OCF: 0x01, OGF: 0x04) |
0x10 |
1 |
Opcode MSB à OGF[15:10] + OCF[9:8] |
|
0x00 |
1 |
Length |
|
7.7.14 Command Complete Event
Wert |
Octets |
Beschreibung |
|
0x04 |
1 |
Packet Type |
|
0x0E |
1 |
Event Packet Code |
Command Complete Event |
0x0C |
1 |
Length |
|
0x01 |
1 |
Num_HCI_Command_Packets |
|
0x01 |
1 |
Command_Opcode (LSB) |
|
0x10 |
1 |
Command_Opcode (MSB) |
|
0x00 |
1 |
Status . |
Read_Local_Version_Information command succeeded |
0x06 |
1 |
HCI_version |
|
0x0000 |
2 |
HCI_Revision |
|
0x06 |
1 |
LMP/PAL_Version |
|
0x0D00 |
2 |
Manufacturer_Name |
0x000D |
0x901B |
2 |
LMP/PAL_Subversion |
0x1B90 à CC256xB |
But there is a second event which reports a hardware error. Afterwards the Bluetooth module does not answer anymore.
7.7.16 Hardware Error Event
Wert |
Octets |
Beschreibung |
0x04 |
1 |
Packet Type |
0x10 |
1 |
Event Packet Code à Hardware Error Event |
0x01 |
1 |
Length |
0x06 |
1 |
Hardware_Code: UART_HCI_ERR_BAD_TYPE |
The hardware event is described in the TI forum, but there is no answer there.
@Ti
What are the causes for Hardware error event?