libopencm3-examples icon indicating copy to clipboard operation
libopencm3-examples copied to clipboard

Simple example projects showing how to use libopencm3.

Results 62 libopencm3-examples issues
Sort by recently updated
recently updated
newest added

Based on ST's app note and the existing examples. This relies on https://github.com/libopencm3/libopencm3/pull/246 being merged, and _this_ pull cannot be merged without it, as it doesn't include the update of...

enhancement
investigation

This is a port of Martin Thomas's DS18x20 library and demo application from http://siwawi.bauing.uni-kl.de/avr_projects/tempsensor/index.html Signed-off-by: Paul Fertser [email protected]

enhancement

Issues: 1. There is one rule missing in the gcc-rules.mk so the second commit must be edited after addition of this rule to the gcc-rules.mk 2. There must be added...

enhancement

I have added spi_init_slave. The change looks straightforward and should work. But it's untested, will move on to testing this shortly. Hmmm.... We could remove the baud rate parameter in...

I manged to issue a "pull request" for the libopencm3. But somehow my git is now messed up, so I'm getting push/pull/merge errors when I try to clean up the...

Hey, sorry. I cant find a working I2C example.

Hey I am trying to make a composite usb device consisting of cdcacm and msc profiles. I am using a STM32F411CEU I have tried to merge the cdcacm and msc...

Hi I'm trying to build an LTDC example for stm32f429 and I found a mistake in the code. In file examples/stm32/f4/stm32f429i-discovery/lcd-dma/lcd-dma.c:101 ``` /* set GPIO pin modes */ gpio_mode_setup(GPIOB, GPIO_MODE_AF,...

Currently, I see a few problems with `make flash` for STM32F4VL: 1. `flossjtag` has been moved in openocd to `ftdi/flossjtag`, so it can not be found currently. This affects 6...

All three examples have been tested on [this guy](https://www.digikey.ca/en/products/detail/stmicroelectronics/NUCLEO-G031K8/10321671)