devboard/

directory
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2019 License: BSD-3-Clause

README

Support for STM32 development boards

The idea

The idea is to simplyfy the use of popular STM32 development boards.

Every board directory contains the board package that provides the interface to the peripherals available on the board (for now the support is modest: only LEDs and buttons). The provided interface tries to be simple and uniform accros all development boards with the same or similar peripherals. For example, the Setup function allows to configure the whole system for typical usage without going into details about available clock sources and their parameters.

The examples subdirectory as the name suggests includes sample code, but also scripts and configuration that help to build, load and debug.

There is also doc subdirectory that contain useful information and other resources about this development board.

Supported boards

emw3162: MXCHIP EMW3162 (STM32F205RGT6 + BCM43362), website

EMW3162

f4-discovery: STM32F4-Discovery, website

STM32F4-Discovery

nucleo-l476rg: NUCLEO-L476RG, website

NUCLEO-L476RG

nucleo-l496zg: NUCLEO-L496ZG, website

NUCLEO-L496ZG

Directories

Path Synopsis
emw3162
examples/blinky command
This example shows the basic usage of available LEDs.
This example shows the basic usage of available LEDs.
examples/dma command
This example tests different ways of coping memory.
This example tests different ways of coping memory.
f4-discovery
examples/accel command
examples/blinky command
This example shows the basic usage of available LEDs and button.
This example shows the basic usage of available LEDs and button.
examples/dma command
This example tests different ways of coping memory.
This example tests different ways of coping memory.
examples/gctest command
This example forces the garbage collector to work hard and periodically prints statistics of the memory allocator.
This example forces the garbage collector to work hard and periodically prints statistics of the memory allocator.
examples/irqbtn command
This example shows how to handle the push-button with interrupts and with the software debouncing done right.
This example shows how to handle the push-button with interrupts and with the software debouncing done right.
examples/spi command
SPI loop test: wire PB14 and PB15 together.
SPI loop test: wire PB14 and PB15 together.
examples/timetest command
This example tesets setting the time.
This example tesets setting the time.
nucleo-l476rg
examples/blinky command
This example shows the basic usage of available LED and button.
This example shows the basic usage of available LED and button.
examples/dma command
This example tests different ways of coping memory.
This example tests different ways of coping memory.
examples/irqbtn command
This example shows how to handle the push-button with interrupts and with the software debouncing done right.
This example shows how to handle the push-button with interrupts and with the software debouncing done right.
nucleo-l496zg
examples/blinky command
This example shows the basic usage of available LEDs and button.
This example shows the basic usage of available LEDs and button.
examples/dma command
This example tests different ways of coping memory.
This example tests different ways of coping memory.
examples/irqbtn command
This example shows how to handle the push-button with interrupts and with the software debouncing done right.
This example shows how to handle the push-button with interrupts and with the software debouncing done right.
examples/spi command
SPI loop test: wire PB14 and PB15 together.
SPI loop test: wire PB14 and PB15 together.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL