boards/we/oceanus1ev/doc/index.rst
.. zephyr:board:: we_oceanus1ev
Overview
The we_oceanus1ev board is an evaluation board of the Oceanus-I_ radio module.
It provides support for the STM32WLE5CC_ ARM CPU and
the following devices:
GPIO (General Purpose Input Output)I2C (Inter-Integrated Circuit)NVIC (Nested Vectored Interrupt Controller)RTC (STM32 RTC System Clock)SPI (Serial Peripheral Interface)UART (Universal asynchronous receiver-transmitter)WDT (Watchdog Timer)Hardware
The board has below hardware features:
Oceanus-I_, 256KB Flash, 64KB RAM with external antenna.. zephyr:board-supported-hw::
Programming and Debugging
.. zephyr:board-supported-runners::
Applications for the we_oceanus1ev board can be built the
usual way (see :ref:build_an_application).
The board debugged and flashed with an external debug probe connected to the SWD pins, current native support is for the JLink debug probe.
Connect the board to your host computer and build and flash an application.
.. zephyr-app-commands:: :zephyr-app: samples/hello_world :board: we_oceanus1ev :goals: build flash
Run a serial terminal to connect with your board. By default, lpuart1 is
accessible via the on-board FTDI USB to UART converter.
You can debug an application in the usual way. Here is an example for the
:zephyr:code-sample:blinky application.
.. zephyr-app-commands:: :zephyr-app: samples/basic/blinky :board: we_oceanus1ev :maybe-skip-config: :goals: debug
References
.. target-notes::
.. _Oceanus-I: https://www.we-online.com/katalog/de/OCEANUS-I
.. _STM32WLE5CC: https://www.st.com/en/microcontrollers-microprocessors/stm32wle5cc.html