|
| 1 | +.. zephyr:board:: we_oceanus1ev |
| 2 | +
|
| 3 | +Overview |
| 4 | +******** |
| 5 | + |
| 6 | +The we_oceanus1ev board is an evaluation board of the `Oceanus-I`_ radio module. |
| 7 | +It provides support for the `STM32WLE5CC`_ ARM CPU and |
| 8 | +the following devices: |
| 9 | + |
| 10 | +* CLOCK |
| 11 | +* FLASH |
| 12 | +* :abbr:`GPIO (General Purpose Input Output)` |
| 13 | +* :abbr:`I2C (Inter-Integrated Circuit)` |
| 14 | +* :abbr:`NVIC (Nested Vectored Interrupt Controller)` |
| 15 | +* RADIO (LoRa) |
| 16 | +* :abbr:`RTC (STM32 RTC System Clock)` |
| 17 | +* :abbr:`SPI (Serial Peripheral Interface)` |
| 18 | +* :abbr:`UART (Universal asynchronous receiver-transmitter)` |
| 19 | +* :abbr:`WDT (Watchdog Timer)` |
| 20 | + |
| 21 | +Hardware |
| 22 | +******** |
| 23 | + |
| 24 | +The board has below hardware features: |
| 25 | + |
| 26 | +- `Oceanus-I`_, 256KB Flash, 64KB RAM with external antenna |
| 27 | +- 1 FTDI chip (USB to UART) converter |
| 28 | +- 1 I2C WE sensor EV-Boards connector |
| 29 | +- 1 SPI WE sensor EV-Boards connector |
| 30 | +- 2 application LEDs |
| 31 | +- 1 application, and 1 reset push-button |
| 32 | + |
| 33 | +Supported Features |
| 34 | +================== |
| 35 | + |
| 36 | +The ``we_oceanus1ev`` board supports the following |
| 37 | +hardware features: |
| 38 | + |
| 39 | ++-----------+------------+----------------------+ |
| 40 | +| Interface | Controller | Driver/Component | |
| 41 | ++===========+============+======================+ |
| 42 | +| CLOCK | on-chip | clock_control | |
| 43 | ++-----------+------------+----------------------+ |
| 44 | +| FLASH | on-chip | flash | |
| 45 | ++-----------+------------+----------------------+ |
| 46 | +| GPIO | on-chip | gpio | |
| 47 | ++-----------+------------+----------------------+ |
| 48 | +| I2C(M) | on-chip | i2c | |
| 49 | ++-----------+------------+----------------------+ |
| 50 | +| MPU | on-chip | arch/arm | |
| 51 | ++-----------+------------+----------------------+ |
| 52 | +| NVIC | on-chip | arch/arm | |
| 53 | ++-----------+------------+----------------------+ |
| 54 | +| RADIO | on-chip | LoRa | |
| 55 | ++-----------+------------+----------------------+ |
| 56 | +| RTC | on-chip | system clock | |
| 57 | ++-----------+------------+----------------------+ |
| 58 | +| SPI(M/S) | on-chip | spi | |
| 59 | ++-----------+------------+----------------------+ |
| 60 | +| UART | on-chip | serial | |
| 61 | ++-----------+------------+----------------------+ |
| 62 | +| WDT | on-chip | watchdog | |
| 63 | ++-----------+------------+----------------------+ |
| 64 | + |
| 65 | +Programming and Debugging |
| 66 | +************************* |
| 67 | + |
| 68 | +Applications for the ``we_oceanus1ev`` board can be built the |
| 69 | +usual way (see :ref:`build_an_application`). |
| 70 | + |
| 71 | +The board debugged and flashed with an external debug probe connected |
| 72 | +to the SWD pins, current native support is for the JLink debug probe. |
| 73 | + |
| 74 | +Flashing |
| 75 | +======== |
| 76 | + |
| 77 | +Connect the board to your host computer and build and flash an application. |
| 78 | + |
| 79 | +.. zephyr-app-commands:: |
| 80 | + :zephyr-app: samples/hello_world |
| 81 | + :board: we_oceanus1ev |
| 82 | + :goals: build flash |
| 83 | + |
| 84 | +Run a serial terminal to connect with your board. By default, ``lpuart1`` is |
| 85 | +accessible via the on-board FTDI USB to UART converter. |
| 86 | + |
| 87 | +Debugging |
| 88 | +========= |
| 89 | + |
| 90 | +You can debug an application in the usual way. Here is an example for the |
| 91 | +:zephyr:code-sample:`blinky` application. |
| 92 | + |
| 93 | +.. zephyr-app-commands:: |
| 94 | + :zephyr-app: samples/basic/blinky |
| 95 | + :board: we_oceanus1ev |
| 96 | + :maybe-skip-config: |
| 97 | + :goals: debug |
| 98 | + |
| 99 | +References |
| 100 | +********** |
| 101 | + |
| 102 | +.. target-notes:: |
| 103 | + |
| 104 | +.. _`Oceanus-I`: https://www.we-online.com/katalog/de/OCEANUS-I |
| 105 | +.. _`STM32WLE5CC`: https://www.st.com/en/microcontrollers-microprocessors/stm32wle5cc.html |
0 commit comments