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.

LP-EM-CC1314R10: Description / documentation of radio processor queueing

Part Number: LP-EM-CC1314R10


Tool/software:

Good morning,

Can someone give me a pointer to the CC13XX's queue mechanism description?

The queue is used in the rfUARTbridge exampes, and it is pretty simple to figure out how it works by trial and error, but

surely there is some documentation? I am specificly interested in how the radio CPU handles overrun conditions,

That part is in the "firmware" part (rom??)

and also why there is a comment in that example

#define MAX_LENGTH             255 /* Max length byte the radio will accept if one size byte */
#define NUM_DATA_ENTRIES       4  /* NOTE: Only two data entries supported at the moment */
#define NUM_APPENDED_BYTES     2  /* The Data Entries data field will contain:

Only two queue entries supported...why??

In search of enlightenment...

Gullik