STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F778, VDD 1.8V, USB not working

We have a design using the STM32F778. The FS USB works fine with VDD = 3.3V. When VDD = 1.8V, the USB does not work. VDDUSB is connected to 3.3V in both cases. On some boards, the FS USB will be detected by PC as a bootloader but it does not actu...

MVore by Associate II
  • 1010 Views
  • 5 replies
  • 0 kudos

can control boot0 pin in user firmware program ? or i want to goes to USB DFU bootloader by using firmware code.

hello.i want to USB DFU bootloader, however, i cannot control the boot0 pin high on my board.so, i want to control boot0 pin in my main() function. it means that i want to goes to USB DFU bootloader by using firmware code. is it possible?please give ...

jeff.lee by Associate III
  • 640 Views
  • 2 replies
  • 0 kudos

FAT file writes on STM32F105 corrupt the file system.

I implemented a USB MSD using an external SPI flash device on my STM32F105 board. Windows can see this drive, format it, and use it. Besides being slow, it works perfectly under Windows.The FAT file system driver on the board can open and read file...

JPesc by Associate II
  • 1298 Views
  • 5 replies
  • 0 kudos

USB Bug Report: NULL pointer access on deInit

If a charger is plugged into the USB (rather than a computer) then USBD_MSC_Init() is not called. Consequently pClassData is left NULL. If the USB is then stopped via USBD_Stop(), then the USBD_MSC_DeInit() is called and the NULL pointer is accessed ...