User Activity

I want to use a STM32G4 device in a new project but I was disappointed to find the USB implementation only supported Device mode.What is the hardware (implemented in the MCU) that make it capable of host mode from device mode (OTG supports both)?  Wi...
Currently have a STM32F103 running HSE + pll with a SysClk of 72 mhz.I want to use one of the upper flash memory blocks for storing application information - which means I need to erase and program the flash memory from my application (I do this all ...
If you are NOT using USB with the STMH745 - what is best practice - Connect both the 5 and 3.3 USB power pins to 3.3v or leave them unconnected?
I don't use the internal Step Down regulator. How should the pins be tied?Should VDDSMPS be tied to VDD and VSSSMPS to GND with VLXSMPS and VFBSMPS left open?OR - should they ALL be left open?Documentation only speaks as if they are to be used - no c...
I can perform a software system reset but what I want to do is have the M7 reset the M4 cpu - is there a way?I have always written my own bootloader so the product can have firmware upgraded in the field.With the Dual Core - the M7 will be updating t...