Other Parts Discussed in Thread: , UNIFLASH
I am running advanced framing, specifically sending AWR_ADVANCED_FRAME_CONF_SB (message id 0x105 / 261), specifically I am receiving the following data
RAW BYTES:
BA DC CD AB 12 00 18 00 00 A4 00 00 01 00 D4 5B
00 00 08 00 3E 00 05 01 AD 6A 9E 9B
DECODED:
SYNC : ABCDDCBA (S2M_SYNC_BYTE)
OPCODE : 0012
MSG ID : 00 (AWR_ERROR_MSG)
MSG TYPE : 1 (RESPONSE)
DIRECTION: 2 (BSS to Host)
MSG LENGTH : 0018 (24)
FLAGS : A400
SEQ NUM : 0A (10)
CRC LEN : 1 (32-bit CRC)
CRC REQ : 0 (CRC Appended)
PROTO VER : 0 (0)
ACK REQ : 0 (ACK Required)
RETRY : 0 (New Message)
REM CHUNKS : 0000 (0)
NSBC : 0001 (1)
CHECKSUM : 5BD4, Calculated 5BD4
CRC32 : 9B9E6AAD, Calculated 9B9E6AAD
SUB BLOCK: 0000 (AWR_RESP_ERROR_SB) - Length 0008 (8)
API_RESP : 003E (62)
API_RESP_ERROR_SBC_ID: 0105 (261) - [AWR_ADVANCED_FRAME_CONF_SB]
Decoded Message:
UNKNOWN API ERROR RESP[62] for SBID[AWR_ADVANCED_FRAME_CONF_SB]
I am getting this error for all 4 devices, 1, 2, 4, and 8. I checked the latest ICD and under AWR_ADVANCED_FRAME_CONF_SB there doesnt seem to be an error response 62 for this subblock message. The only error I could find that has an error code of 62 is in AWR_CHIRP_CONF_SET_SB, but I am not using this subblock, I am actually using the AWR_ADVANCE_CHIRP_CONF_SB, which was set in AWR_RF_RADAR_MISC_CTL_SB message. Anyways, I am unsure what this error message is and was hoping you would be able to shed some light on this.
Thank you