boards/ambiq/apollo3_evb/doc/index.rst
.. zephyr:board:: apollo3_evb
Apollo3 Blue EVB is a board by Ambiq featuring their ultra-low power Apollo3 Blue SoC.
Hardware
For more information about the Apollo3 Blue SoC and Apollo3 Blue EVB board:
Apollo3 Blue Website_Apollo3 Blue Datasheet_Apollo3 Blue EVB Website_.. zephyr:board-supported-hw::
.. zephyr:board-supported-runners::
Connect your device to your host computer using the JLINK USB port.
The sample application :zephyr:code-sample:hello_world is used for this example.
Build the Zephyr kernel and application, then flash it to the device:
.. zephyr-app-commands:: :zephyr-app: samples/hello_world :board: apollo3_evb :goals: flash
.. note::
west flash requires SEGGER J-Link software_ and pylink_ Python module
to be installed on you host computer.
Open a serial terminal (minicom, putty, etc.) with the following settings:
Reset the board and you should be able to see on the corresponding Serial Port the following message:
.. code-block:: console
Hello World! apollo3_evb
.. _Apollo3 Blue Website: https://ambiq.com/apollo3-blue/
.. _Apollo3 Blue Datasheet: https://contentportal.ambiq.com/documents/20123/388390/Apollo3-Blue-SoC-Datasheet.pdf
.. _Apollo3 Blue EVB Website: https://www.ambiq.top/en/apollo3-blue-soc-eval-board
.. _SEGGER J-Link software: https://www.segger.com/downloads/jlink
.. _pylink: https://github.com/Square/pylink