Skip to content

Commit 9cc11dc

Browse files
committed
fix #5, fix #6, local copies of datasheets
1 parent 4b5d3ce commit 9cc11dc

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## I²C Devices
44

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* |
1212

1313
\* No datasheet available to the general public.
1414

@@ -24,8 +24,8 @@
2424
| 4 | 0x08 | W | 0x4d, 0x03 | LDO1_CTRL: VLDO1_EN = 1, VLDO1_STBY_EN = 1 |
2525
| 5 | 0x08 | W | 0x52, 0x09 | LDO3_VOLT: 1.20V |
2626
| 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) |
2929
| 9 | 0x08 | W | 0x42, 0x02 | SW3_CTRL1: SW3_ILIM = 1.5A |
3030
| 10 | 0x08 | W | 0x94, 0xA0 | VBUS Current limit = 1500mA |
3131
| 11 | 0x08 | W | 0x3B, 0x0F | SW2_CTRL: SW2_EN = 1, SW2_STBY_EN = 1, SW2_OMODE = 1, SW2_LPWR = 1 |
@@ -35,4 +35,3 @@
3535
# Oscillators
3636

3737
The 25MHz and 27MHz oscillators have to be manually enabled by setting the PH1 pin to high.
38-

datasheets/MAX17262.pdf

1.89 MB
Binary file not shown.

datasheets/PF1550.pdf

1.38 MB
Binary file not shown.

datasheets/SE050.pdf

382 KB
Binary file not shown.

0 commit comments

Comments
 (0)