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.

Sleep timer and memory CC2430

Other Parts Discussed in Thread: SIMPLICITI, CC2430

Hello,

 

I actually work on the TI CC2430 with SimpliciTI Protocol.

I would like to know if it were possible to save variables in a memory and to recover them with the next powering of the component.

 

And I have a last question; I would like to know if somebody already used the sleep timer of the CC2430, because with me it often plants.

 

Thanks.

  • William Marchenoir said:
    I actually work on the TI CC2430 with SimpliciTI Protocol.
    I would like to know if it were possible to save variables in a memory and to recover them with the next powering of the component.

    In general, I would say yes, it is possible to save arbitrary variables in the CC2430 Flash memory to recover after a power cycle of the device.  Your applicaton software will need to manage this, and implement the various Flash erase and write requirements.

    William Marchenoir said:
    And I have a last question; I would like to know if somebody already used the sleep timer of the CC2430, because with me it often plants.

    There have been many posts regarding the Sleep timer.  In general, yes it has been used, but your use case will need to be worked through.  I believe many have stumbled on some restrictions of the sleep timer as it relates to how tto use it.