User Activity

I'm starting a project on the STM32U5G9, and one feature we want is USB connectivity, just a simple virtual COM port (CDC class).  Looking at the Middleware picker in CubeMX, the only USB-related items are USBPD (don't need Power Delivery at the mome...
Previously I posted a message thinking that there was an error in AN4221 regarding the checksum and whether it should be complemented.  However, looking at (for instance) the Write Memory command, I can see that the command byte sequence and the data...
I have on my desk an STM32F407 Discovery board and an STM32U083 Nucleo board.  My intent is to write software for the F407 to bootload the U083 via I2C.  As far as I can tell, these are the general steps:Drive BOOT0 high and pulse the NRST pin on the...