User Activity

Hi, colleges! I use Nucleo-144 STm32F767 development board to learn USB.Now - Application example - device USB MSC.How can I write/read to/from MCU from the PC?Do I need some software on PC? Or can I do it by file manager (f.e. Total Commander)? Plea...
Hi, colleges!I use Nucleo-144 STm32F767 development board to learn USB. Now - Application example - device USB MSC. The example uses SD card, with I haven't. I want to use internal instead of SD card. So, I changed the "usbd_storage.c" file. Plugged ...
Hi, colleges!I'm still working with USB. Now it is STM32H743 Eval board. So, I tested example from Cube v1.3.0 HID-device. It didn't work. I've debuged and have seen no high signal on DP line after usb start (without V power detection). I don't now w...
Hi, collegs!I have NUCLEO-144 (STM32F767) board. I started USB-HID example. It worked. Then I have change in "HAL_PCD_MspInit" function pins from pins DP, DM from PA11, PA12, to PB14, PB15. On my own board with STM32F767 USB is connected to this pin...