Commit 1a754a3
committed
Add LDO startup delay before GC1109 chip enable
The TLV75733P LDO powering the GC1109 FEM has a ~550us startup time
(datasheet tSTR). Wait 1ms after enabling PA_POWER before driving CSD
HIGH, per the GC1109 power-on sequence requirement that VBAT must be
stable before CSD/CPS/CTX.
Only applied on cold boot - on deep sleep wake the LDO was held on via
RTC latch so no delay is needed.
Oscilloscope measurements showed CSD going HIGH only ~12.5us after
PA_POWER, well before the LDO output stabilises.
Reference: meshtastic#90291 parent 4ce554e commit 1a754a3
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
63 | 74 | | |
64 | 75 | | |
65 | 76 | | |
| |||
0 commit comments