#access #timer #error

no-std stm32h743

A peripheral API created (using svd2rust 0.13.0) for the STM32H743ZI

5 releases

Uses old Rust 2015

0.2.2 Jun 8, 2018
0.2.1 May 16, 2018
0.2.0 May 12, 2018
0.1.1 May 6, 2018
0.1.0 May 4, 2018

#208 in #timer

MIT/Apache

22MB
657K SLoC

stm32h743

Peripheral access API for STM32H743ZI microcontroller (generated using svd2rust 0.13.1)

Documentation can be built with the following command if you git clone the repository:

xargo/cargo doc --lib --target thumbv7em-none-eabihf

The latest version of openocd includes .cfg files for both the NUCLEO-144 board and for the STM32H7x chips. On macosx, homebrew will not install the latest version of openocd unless you direct homebrew to do so this way:

brew install --HEAD openocd

Otherwise, using openocd 0.10.0+dev-00410 will allow you to successfully connect to the 'H743.

Please note: this file contains some "derivedFrom" errors, particularly w/r/t timers and some GPIO.

Dependencies