|
2 | 2 |
|
3 | 3 | ## I²C Devices
|
4 | 4 |
|
5 |
| -| Address (7bit) | Device | |
6 |
| -| -------------- | ------ | |
7 |
| -| 0x08 | [NXP PF1550 PMIC](https://www.nxp.com/docs/en/data-sheet/PF1550.pdf) | |
8 |
| -| 0x36 | Unknown? | |
9 |
| -| 0x3f | ANX7625* | |
10 |
| -| 0x48 | [NXP SE050C2](https://www.nxp.com/docs/en/data-sheet/SE050-DATASHEET.pdf) | |
11 |
| -| 0x60 | Microchip ATECC608A* | |
| 5 | +| Address (7bit) | Device | |
| 6 | +| -------------- | ---------------------------------------- | |
| 7 | +| 0x08 | [NXP PF1550 PMIC](datasheets/PF1550.pdf) | |
| 8 | +| 0x36 | [MAX17262](datasheets/MAX17262.pdf) | |
| 9 | +| 0x3f | ANX7625* | |
| 10 | +| 0x48 | [NXP SE050C2](datasheets/SE050.pdf) | |
| 11 | +| 0x60 | Microchip ATECC608A* | |
12 | 12 |
|
13 | 13 | \* No datasheet available to the general public.
|
14 | 14 |
|
|
24 | 24 | | 4 | 0x08 | W | 0x4d, 0x03 | LDO1_CTRL: VLDO1_EN = 1, VLDO1_STBY_EN = 1 |
|
25 | 25 | | 5 | 0x08 | W | 0x52, 0x09 | LDO3_VOLT: 1.20V |
|
26 | 26 | | 6 | 0x08 | W | 0x53, 0x0f | LDO3_CTRL: VLDO3_EN = 1, VLDO3_STBY_EN = 1, VLDO3_OMODE = 1, VLDO3_LPWR = 1 |
|
27 |
| -| 7 | 0x08 | W | 0x9C, 0x80 | Not documented? No mention of 0x9C in datasheet. | |
28 |
| -| 8 | 0x08 | W | 0x9E, 0x20 | Not documented? No mention of 0x9E in datasheet. | |
| 27 | +| 7 | 0x08 | W | 0x9C, 0x80 | See [#5](https://github.com/olback/h7-bootloader-rev/issues/5) | |
| 28 | +| 8 | 0x08 | W | 0x9E, 0x20 | See [#5](https://github.com/olback/h7-bootloader-rev/issues/5) | |
29 | 29 | | 9 | 0x08 | W | 0x42, 0x02 | SW3_CTRL1: SW3_ILIM = 1.5A |
|
30 | 30 | | 10 | 0x08 | W | 0x94, 0xA0 | VBUS Current limit = 1500mA |
|
31 | 31 | | 11 | 0x08 | W | 0x3B, 0x0F | SW2_CTRL: SW2_EN = 1, SW2_STBY_EN = 1, SW2_OMODE = 1, SW2_LPWR = 1 |
|
|
35 | 35 | # Oscillators
|
36 | 36 |
|
37 | 37 | The 25MHz and 27MHz oscillators have to be manually enabled by setting the PH1 pin to high.
|
38 |
| - |
0 commit comments