diff --git a/docs/NAVIGATION.md b/docs/NAVIGATION.md index 39f3c53..776bf51 100644 --- a/docs/NAVIGATION.md +++ b/docs/NAVIGATION.md @@ -18,6 +18,7 @@ - [Devkit types](console-models/devkit-types.md) - Hardware - [CPU](hardware/cpu.md) + - [POST](hardware/post.md) - [Southbridge](hardware/southbridge.md) - [eMMC / Flash](hardware/emmc-flash.md) - [Facet](hardware/facet.md) diff --git a/docs/_files/post/7_seg_lighted.jpg b/docs/_files/post/7_seg_lighted.jpg new file mode 100644 index 0000000..4d701f6 Binary files /dev/null and b/docs/_files/post/7_seg_lighted.jpg differ diff --git a/docs/_files/post/max6958_7seg_schematic.png b/docs/_files/post/max6958_7seg_schematic.png new file mode 100644 index 0000000..d1ba69d Binary files /dev/null and b/docs/_files/post/max6958_7seg_schematic.png differ diff --git a/docs/hardware/post.md b/docs/hardware/post.md new file mode 100644 index 0000000..66ba46c --- /dev/null +++ b/docs/hardware/post.md @@ -0,0 +1,22 @@ +# POST + +[POST](https://en.wikipedia.org/wiki/Power-on_self-test) codes on Xbox are sent by the southbridge via I2C to an *optional* MAX6958 IC to be displayed via 4x 7-Segment-Displays. + +I2C Address: *0x38* + +f.e. I2C SDA/SCL pads from [FACET connector](./facet.md) or [RF Unit](./rf-unit.md) can be used. + +![7Segment Displays](../_files/post/7_seg_lighted.jpg) + +## Schematic + +![MAX6958 schematic](../_files/post/max6958_7seg_schematic.png) + +## POST Codes + +**TBD** + +## References + +- [MAX6958 Datasheet](https://www.analog.com/en/products/max6958.html) +- [MAX6958 Display module](https://oshwlab.com/marten_7544/max6958) - Open source design by Martin Feldtmann \ No newline at end of file