|
| 1 | +.. zephyr:board:: xg28_rb4401c |
| 2 | +
|
| 3 | +Overview |
| 4 | +******** |
| 5 | + |
| 6 | +The EFR32ZG28 Radio Board is the radio board delivered with |
| 7 | +`_xG28-PK6024A Website`_. It contains a Wireless System-On-Chip from the |
| 8 | +EFR32ZG28 family built on an ARM Cortex®-M33 processor with excellent low |
| 9 | +power capabilities. |
| 10 | + |
| 11 | +The BRD4401C a.k.a. xG28-RB4401C radio board plugs into the Wireless Pro Kit |
| 12 | +Mainboard BRD4401C and is supported as one of :ref:`silabs_radio_boards`. |
| 13 | + |
| 14 | +Hardware |
| 15 | +******** |
| 16 | + |
| 17 | +- EFR32ZG28B322F1024IM68 SoC |
| 18 | +- CPU core: ARM Cortex®-M33 with FPU |
| 19 | +- Flash memory: 1024 kB |
| 20 | +- RAM: 256 kB |
| 21 | +- Transmit power: up to +20 dBm |
| 22 | +- Operation frequency: 868-915 MHz |
| 23 | +- Crystals for LFXO (32.768 kHz) and HFXO (39 MHz). |
| 24 | +- Silicon Labs Si7021 relative humidity and temperature sensor |
| 25 | +- Low-power 128x128 pixel Memory LCD |
| 26 | +- Macronix ultra low power 8-Mbit SPI flash (MX25R8035F) |
| 27 | + |
| 28 | +For more information about the EFR32ZG28 SoC and BRD4401C board, refer to these |
| 29 | +documents: |
| 30 | + |
| 31 | +- `EFR32ZG28 Website`_ |
| 32 | +- `EFR32ZG28 Datasheet`_ |
| 33 | +- `EFR32xG28 Reference Manual`_ |
| 34 | +- `XG28-PK6024A Website`_ |
| 35 | +- `BRD4401C User Guide`_ |
| 36 | + |
| 37 | +Supported Features |
| 38 | +================== |
| 39 | + |
| 40 | +.. zephyr:board-supported-hw:: |
| 41 | +
|
| 42 | +Connections and IOs |
| 43 | +=================== |
| 44 | + |
| 45 | +In the following table, the column **Name** contains Pin names. For example, PA2 |
| 46 | +means Pin number 2 on PORTA, as used in the board's datasheets and manuals. |
| 47 | + |
| 48 | ++-------+--------------+-------------------------------------+ |
| 49 | +| Name | Function | Usage | |
| 50 | ++=======+==============+=====================================+ |
| 51 | +| PB1 | GPIO | Push Button 0 | |
| 52 | ++-------+--------------+-------------------------------------+ |
| 53 | +| PB2 | GPIO | LED0 | |
| 54 | ++-------+--------------+-------------------------------------+ |
| 55 | +| PB3 | GPIO | Push Button 1 | |
| 56 | ++-------+--------------+-------------------------------------+ |
| 57 | +| PC1 | US1_TX | Display/Flash SPI MOSI | |
| 58 | ++-------+--------------+-------------------------------------+ |
| 59 | +| PC2 | US1_RX | Serial Flash MISO | |
| 60 | ++-------+--------------+-------------------------------------+ |
| 61 | +| PC3 | US1_CLK | Serial Flash/Display SPI Clock | |
| 62 | ++-------+--------------+-------------------------------------+ |
| 63 | +| PC4 | US1_CS | Serial Flash Chip Select | |
| 64 | ++-------+--------------+-------------------------------------+ |
| 65 | +| PC5 | I2C0_SCL | Si7021 I2C Clock | |
| 66 | ++-------+--------------+-------------------------------------+ |
| 67 | +| PC6 | GPIO | External COM Inversion Signal | |
| 68 | ++-------+--------------+-------------------------------------+ |
| 69 | +| PC7 | I2C0_SDA | Si7021 I2C Data | |
| 70 | ++-------+--------------+-------------------------------------+ |
| 71 | +| PC8 | US1_CS | Display Serial Chip Select | |
| 72 | ++-------+--------------+-------------------------------------+ |
| 73 | +| PC9 | GPIO | Display Control Access | |
| 74 | ++-------+--------------+-------------------------------------+ |
| 75 | +| PC11 | GPIO | Si7021 Enable | |
| 76 | ++-------+--------------+-------------------------------------+ |
| 77 | +| PD3 | GPIO | LED1 | |
| 78 | ++-------+--------------+-------------------------------------+ |
| 79 | +| PD11 | UART_TX | UART Console TX | |
| 80 | ++-------+--------------+-------------------------------------+ |
| 81 | +| PD12 | UART_RX | UART Console RX | |
| 82 | ++-------+--------------+-------------------------------------+ |
| 83 | + |
| 84 | +The default configuration can be found in |
| 85 | +:zephyr_file:`boards/silabs/radio_boards/xg28_rb4401c/xg28_rb4401c_defconfig` |
| 86 | + |
| 87 | +System Clock |
| 88 | +============ |
| 89 | + |
| 90 | +The EFR32ZG28 SoC is configured to use the 39 MHz external oscillator on the |
| 91 | +board. |
| 92 | + |
| 93 | +Serial Port |
| 94 | +=========== |
| 95 | + |
| 96 | +The EFR32ZG28 SoC has one USART and three EUSARTs. |
| 97 | +USART0 is connected to the board controller and is used for the console. |
| 98 | + |
| 99 | +Programming and Debugging |
| 100 | +************************* |
| 101 | + |
| 102 | +.. zephyr:board-supported-runners:: |
| 103 | +
|
| 104 | +Flashing |
| 105 | +======== |
| 106 | + |
| 107 | +Connect the BRD4401C board with a mounted BRD4401C radio module to your host |
| 108 | +computer using the USB port. |
| 109 | + |
| 110 | +Here is an example for the :zephyr:code-sample:`hello_world` application. |
| 111 | + |
| 112 | +.. zephyr-app-commands:: |
| 113 | + :zephyr-app: samples/hello_world |
| 114 | + :board: xg28_rb4401c |
| 115 | + :goals: flash |
| 116 | + |
| 117 | +Open a serial terminal (minicom, putty, etc.) with the following settings: |
| 118 | + |
| 119 | +- Speed: 115200 |
| 120 | +- Data: 8 bits |
| 121 | +- Parity: None |
| 122 | +- Stop bits: 1 |
| 123 | + |
| 124 | +Reset the board and you should see the following message in the terminal: |
| 125 | + |
| 126 | +.. code-block:: console |
| 127 | +
|
| 128 | + Hello World! xg28_rb4401c/efr32zg28b322f1024im68 |
| 129 | +
|
| 130 | +
|
| 131 | +.. _xG28-PK6024A Website: |
| 132 | + https://www.silabs.com/development-tools/wireless/efr32xg28-pro-kit-14-dbm |
| 133 | + |
| 134 | +.. _BRD4401C User Guide: |
| 135 | + https://www.silabs.com/documents/public/user-guides/ug535-xg28-20dbm-user-guide.pdf |
| 136 | + |
| 137 | +.. _EFR32ZG28 Website: |
| 138 | + https://www.silabs.com/wireless/z-wave/efr32zg28-z-wave-800-socs |
| 139 | + |
| 140 | +.. _EFR32ZG28 Datasheet: |
| 141 | + https://www.silabs.com/documents/public/data-sheets/efr32zg28-datasheet.pdf |
| 142 | + |
| 143 | +.. _EFR32xG28 Reference Manual: |
| 144 | + https://www.silabs.com/documents/public/reference-manuals/efr32xg28-rm.pdf |
0 commit comments