Part Number: CC2642R
Other Parts Discussed in Thread: CC2640
Tool/software: Code Composer Studio
Hi ,
I want to know that can I change the cpu frequecy (48MHz) when I use CC2640 or CC2642 ?
bmeng
Best Regard!
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.
If you look at the current consumption numbers for the MCU you will see that it consist of two parts, one constant and one that is a function of clock frequency. Meaning that if you run a given function you will end up using more current to run the function if you lower the frequency to the MCU. For CC2640/ CC2642 you will be the most energy efficient if you run the MCU at max speed and go to sleep after finishing the processing of the given function. Reducing the MCU clock speed is therefore not supported.