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

Hi, In the following files: examples/stm32/f1/lisa-m-1/usb_dfu/usbdfu.c examples/stm32/f1/other/usb_dfu/usbdfu.c examples/stm32/f1/stm32-h103/usb_dfu/usbdfu.c examples/stm32/f1/stm32-h103/usb_iap/usbiap.c I found a the following comment: /* The ST Microelectronics DfuSe application needs this string. * The format isn't documented... */...

Not sure if I'll have time to make a PR. Leaving this as a reminder and to share my findings. Actually a PR is probably not even the right thing...

Example on how to use the I2S API in pull request libopencm3/libopencm3#1198

Here’s a problem I ran into when I tried to implement an USB MSC: I’m using the STM32F103 based “black pill”. I used the stm32f4-discovery/usb_msc example as base but I...

Since I wasn't familiar with `st-util` before (and copying instructions in a frenzy 😅) this stopped me in my tracks for a bit. This PR add the info that I...

This code tries to match a Backspace character (hex 08, octal 010) or a Delete character (hex 7F, octal 177), but the octal number for the latter was incorrect and...

There's no g0 folder for examples. I have a nucleo-g070 board and I can contribute.

If I upload the code to my STM32F303RDT6 board the USB is not working. Windows returns an error, and the usb device is not recognized in device manager. When I...

Update samples to support new API, if this is merged then the submodule will need updating in-line with: https://github.com/libopencm3/libopencm3/pull/1281