2025-08-01 1:15 PM
Hi everyone, I’m working on a project involving STM32L476 chip, and I’d appreciate your guidance on a few key points:
Thanks in advance for any insights or recommendations!
2025-08-01 1:25 PM
See AN2606 for bootloader entry and supported pins. USB DFU is possible. STM32CubeProgrammer has a CLI.
Debugging with USB DFU is not feasible and will lead to unproductive and long development time. Use SWD connection instead.
2025-08-01 1:56 PM
2025-08-02 3:27 AM
> Is it feasible to force DFU mode or update firmware entirely via software once the chip is already running a custom firmware?
STM32L476 has 1MB of internal flash, so you can consider dividing part of it for a custom bootloader/update firmware, using the same USB DFU protocol or whatever you like.