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.

Different chip revision of CC2500

Other Parts Discussed in Thread: CC2500

Hi all:

Does different CC2500 chip revision have any affect on config. register setting generated by SmartRF Studio?

Thanks

  • Yes. You should always select the correct chip revision in "Normal View" before exporting the register settings. In some cases you might be able to use the same settings but some of the preferred settings might differ for the different chip versions.

    If the same code is running on different versions of the chip you simply should include all the different settings in your code and then select the correct one based on what you read back from the VERSION register.