The STM32 Nucleo F722ZE is an ARM development board based on the ST Micro STM32F722ZE SoC.
It has onboard ethernet, 2 user buttons, and 3 user LEDs.
Interface | Hardware Supported | TinyGo Support |
---|---|---|
GPIO | YES | YES |
UART | YES | YES |
SPI | YES | YES |
I2C | YES | YES |
ADC | YES | Not yet |
PWM | YES | Not yet |
Documentation for the machine package for the STM32 Nucleo F722ZE
Programs are loaded onto the STM32 Nucleo F722ZE with the onboard STLink v2 hardware programmer, using the openocd
command line utility program to perform the board flashing. You must install OpenOCD before you will be able to flash the STM32 Nucleo F722ZE board with your TinyGo code.
tinygo flash -target=nucleo-f722ze