This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Why the ESB PTX Example does't have any clock config

The Enhanced ShockBurst PTX Project just inits the ESB and start transmitting without ever configing either of the 16MHz or 32kHz clocks (none that I can see at least).

Questions:

  1. Seems like both the 16MHz and the 32kHz clocks are disabled. True?

  2. What clock is ESB running from then? Does it auto init the 16MHz clock?

  3. As long as I use a peripheral like SPI-Slave, or GPIOs, I should not need any clock running?

  4. If neither clock is running, how does this affect my power consumption? Should be super-low if I don't transmit anything, and just _WFI() until I receive on SPI-Salve, correct?

Thanks

Related