Hi,
I'm writing a code that puts CC1110 in PM2:
- When using the code example from the errata, it seems to work (sleep time is accurate), but power consumption remains like in PM0 ( ~4.4mA).
- When using the code example from DN106, the one from "4.1.3 Entering PM{1 - 2} using the Sleep Timer - CC111xFx/CC251xFx", it works fine (both sleep time and power consumption).
Questions:
1. Any idea why the chip doesn't enter PM2 with the first option above
2. Could someone explain if it is OK to use the code in section 4.1.3 (i.e. why the SLEEP.MODE is not an issue when using the sleep timer)