User Activity

This specifically relates to the same stm32l496 and the USB functionality, specifically creating mass storage mode. I used STMCubeMx to generate the configuration originally, and have since checked that against sample project provided by STM on githu...
So for this question, I'm using stm32l4 device. It is a Cortex M4. I've been developing with stmcubemx and Kiel compiler.I have a program that can jump to the stm32 provided dfu mode. That works great. I can update the code using DfuSe Demo.I've run ...