Hi,
where do I find a detailed listing of how to initialize a CC2500? It's not clear to me how a full set of data has to look like.
Thanks
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.
Hi,
This should be available in the datasheet: https://www.ti.com/lit/ds/symlink/cc2500.pdf
Check these sections:
Thanks,
Toby
Hi Toby, thank you! I spent quite some time with that datasheet already.
Having a starting sequence like the following recorded by a logic analyzer between a controller and a CC2500.
0x7F: in the pdf I find only this value for burst mode
0xA9 is this supposed to be the reg adress and 0x50 the value or are those just a set of following commands?
0x50 i find something in the pdf related to power, 0xA9 as well but both in a series wouldnt make any sense
Thanks
MISO: 0x7F |
MISO: 0xA9 |
MISO: 0x50 |
MISO: 0xE6 |
MISO: 0x00 |
MISO: 0x35 |
MISO: 0x3B |
MISO: 0x7F |
MISO: 0xA9 |
MISO: 0x00 |
MISO: 0xE0 |
MISO: 0x32 |
MISO: 0x35 |
MISO: 0x3B |
I think it will also be useful to include the data you see on MOSI line.
Also, this seems like a helpful reference: github.com/.../CC2500