Hello,
Could you advise the initialization sequence from EN=High to osc_ok=1, on SPI bus ?
- Start: EN=High. That is an exit from power down or sleep mode.
- end: osc_ok=1. That is the settling of the REG and OSC.
I thought the sequence would be:
(1) EN=high.
(2) To make sure SPI is ready.
(3-1) To issue command 03: SOFT_INIT or software initialization.
(3-2) To make sure the command 03 was successful.
(4-1) To issue command 00: IDLE.
(4-2) To make sure the command 00 was successful.
(5) To make sure osc_ok=1.
Then my questions are:
Q1. Please point out if any steps we can skip.
Q2. How to do the step(4-2) ?
-n