dapboot icon indicating copy to clipboard operation
dapboot copied to clipboard

Demo STM32L0 support

Open karlp opened this issue 4 years ago • 1 comments

Just a demo really of targetting an M0+ part.

I don't actually have any use for this going forward, but I had 99% of the code done, so tested it at least, and thought I'd share it here if anyone else wants this sort of thing.

karlp avatar Oct 18 '20 22:10 karlp

@karlp Thanks for sharing this! I'm working on a project that uses an STM32L053. I was surprised that the chip has a USB peripheral, but the built-in bootloader from STM can't do USB DFU like other STM parts I've used (STM32F042 for example).

Going to give this a try for the bootloader instead!

blakesmith avatar Sep 03 '21 23:09 blakesmith