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...
I use a STM32F429ZI-DISCO board that was programmed using STM32CubeMX's Code generation for a USB-CDC-Host on high speed. To generate some input data I use a Teensy3.6 as an arduino Board set up as a serial communication device. The data sent by the ...
Hello, I’m porting USB HOST CDC function on stm32f411 discovery board, but it is not working.Test environment. I connect the STM32F411 Discovery Board and CH340 USB serial Module, and send it repeatedly about 100 bytes in 5 sec.Test procedure. 1....
The hardware pin has been set high and the boot address in register is same as ST programmed value. Baud rate is set to 9600.
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 ...
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...
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 ...