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

This updates pull request #85 to work with the updated bitfield definitions in [libopencm3 pull request #595](https://github.com/libopencm3/libopencm3/pull/595).

Basically pulling Esden's code from the 429disco directory and porting it to the 469 (different GPIO bits and using the ST Link V2.1-1 serial device for USART examples.

I built and flashed the stm32f429i-discovery/sdram demo. I get a mass storage device showing up and it auto-mounts as vfat on Fedora 23. But if I try to do anything...

With this, you can flash with simple USBSerial adapter, no st-link, jtag, etc. needed. The sources I use are part of [email protected]:rogerclarkmelbourne/Arduino_STM32.git.

examples/stm32/l1/stm32l-discovery/button-irq-printf-lowpower/main.c uses it's own __WFI() cmsis style operation, instead of the one in cm3.h... double check it works and replace it

I've got no idea what's wrong, or when, and I'm not super interested personally, as I don't have any hardware. But I'd like to enable the lpc43xx directory for building....

This commit is from libopencm3-devel mailing list. Updated by me to the new directory structure. Not tested on real hardware by me, just opened pull request for consideration.

Fixed a lot of the 'make stylecheck' errors and warnings.

There is no example for dma on the stm32l1, and little information appears to exist on this on the web. It took me a while to get it to work,...