Open103Z
Overview
The Waveshare Open103Z-64 is a development board equipped with STM32F103ZE MCU.
Hardware
The Waveshare Open103Z provides the following hardware components:
Supported Features
The waveshare_open103z board supports the hardware features listed below.
- on-chip / on-board
- Feature integrated in the SoC / present on the board.
- 2 / 2
-
Number of instances that are enabled / disabled.
Click on the label to see the first instance of this feature in the board/SoC DTS files. -
vnd,foo -
Compatible string for the Devicetree binding matching the feature.
Click on the link to view the binding documentation.
Programming and Debugging
The waveshare_open103z board supports the runners and associated west commands listed below.
| flash | debug |
|---|
Applications for the waveshare_open103z board configuration can be built and
flashed in the usual way.
Flashing
Build and flash applications as usual. Here is an example for the Hello World application.
# From the root of the zephyr repository
west build -b waveshare_open103z samples/hello_world
west flash
Debugging
Debug applications as usual. Here is an example for the Hello World application.
# From the root of the zephyr repository
west build -b waveshare_open103z samples/hello_world
west debug