|
| 1 | +.. _rts5912_evb: |
| 2 | + |
| 3 | +Realtek RTS5912 Evaluation Board |
| 4 | +################################ |
| 5 | + |
| 6 | +Overview |
| 7 | +******** |
| 8 | + |
| 9 | +The RTS5912 EVB is a development platform to evaluate the Realtek RTS5912 embedded controller. |
| 10 | + |
| 11 | +.. figure:: rts5912evb.webp |
| 12 | + :width: 800px |
| 13 | + :align: center |
| 14 | + :alt: RTS5912-GR EVB |
| 15 | + |
| 16 | +Hardware |
| 17 | +******** |
| 18 | + |
| 19 | +- Realtek-M300 Processor (compatible to Cortex-M33) |
| 20 | +- Memory: |
| 21 | + |
| 22 | + - 384 KB SRAM |
| 23 | + - 64 KB ROM |
| 24 | + - 512 KB Flash(MCM) |
| 25 | + - 256 B Battery SRAM |
| 26 | +- PECI interface 3.1 |
| 27 | +- FAN, PWM and TACHO pins |
| 28 | +- 6x I2C instances |
| 29 | +- eSPI header |
| 30 | +- 1x PS/2 ports |
| 31 | +- Keyboard interface headers |
| 32 | + |
| 33 | +For more information about the evb board please see `RTS5912_EVB_Schematics`_ and `RTS5912_DATASHEET`_ |
| 34 | + |
| 35 | +The board is powered through the +5V USB Type-C connector or adaptor. |
| 36 | + |
| 37 | +Supported Features |
| 38 | +================== |
| 39 | + |
| 40 | +The ``rts5912_evb`` supports the following hardware features: |
| 41 | + |
| 42 | ++-----------+------------+-------------------------------------+ |
| 43 | +| Interface | Controller | Driver/Component | |
| 44 | ++===========+============+=====================================+ |
| 45 | +| NVIC | on-chip | nested vector interrupt controller | |
| 46 | ++-----------+------------+-------------------------------------+ |
| 47 | +| UART | on-chip | serial | |
| 48 | ++-----------+------------+-------------------------------------+ |
| 49 | +| GPIO | on-chip | gpio | |
| 50 | ++-----------+------------+-------------------------------------+ |
| 51 | +| PINCTRL | on-chip | pinctrl | |
| 52 | ++-----------+------------+-------------------------------------+ |
| 53 | +| SCCON | on-chip | clock_control | |
| 54 | ++-----------+------------+-------------------------------------+ |
| 55 | +| RTMR | on-chip | timer | |
| 56 | ++-----------+------------+-------------------------------------+ |
| 57 | + |
| 58 | +Other hardware features are not currently supported by Zephyr. |
| 59 | + |
| 60 | +Programming and Debugging |
| 61 | +************************* |
| 62 | + |
| 63 | +Building |
| 64 | +======== |
| 65 | + |
| 66 | +#. Build :zephyr:code-sample:`hello_world` application as you would normally do. |
| 67 | + |
| 68 | +#. The file ``zephyr.rts5912.bin`` will be created if the build system can build successfully. |
| 69 | + This binary image can be found under file "build/zephyr/". |
| 70 | + |
| 71 | +Flashing |
| 72 | +======== |
| 73 | + |
| 74 | +#. Connect Dediprog into header ``J81`` and ``J82``. |
| 75 | +#. Use Dediprog SF600 programmer to write the binary into the external flash ``U10`` at the address 0x0. |
| 76 | +#. Power off the board. |
| 77 | +#. Set the strap pin ``GPIO108`` to high and power on the board. |
| 78 | + |
| 79 | +Debugging |
| 80 | +========= |
| 81 | + |
| 82 | +Using SWD or JTAG with ULINPRO. |
| 83 | + |
| 84 | +References |
| 85 | +********** |
| 86 | + |
| 87 | +.. target-notes:: |
| 88 | + |
| 89 | +.. _RTS5912_EVB_Schematics: |
| 90 | + https://github.com/JasonLin-RealTek/Realtek_EC/blob/main/RTS5912_EVB_Schematic_Ver%201.1_20240701_1407.pdf |
| 91 | + |
| 92 | +.. _RTS5912_DATASHEET: |
| 93 | + https://github.com/JasonLin-RealTek/Realtek_EC/blob/main/RTS5912_datasheet_brief.pdf |
0 commit comments