Forum Posts
Resolved! Does STM32H7 (STM32H743) support usb gadget ethernet?
Anyone know STM32H7 (STM32H743) support usb gadget ethernet?I read somewhere STM32F7 does, but not sure about STM32H7Many thanks.
Middleware USB HID - How create composite HID
the goal of my project is to modify the ST lib to have composite HID and I would like to have some leads to know what I should modify, for example I know that I have to open an endpoint and also create an supplementary interface for the host but ther...
USB Mass Storage device (FileX, UsbX) - Won't start on Windows 10
I am trying to build a sample application that initializes a NOR Flash SPI chip and then exposes it over USB to a Windows computer as a removable mass storage device. I am using FileX and USBX. Host is STM32F429 (Nucleo 144 board) and Nor flash is ...
Send data to PC without UART ( STM32 USB COM)
Hi, I am using STM32-F767ZI Nucleo board. I trying send data to my PC without UART. My code is correct but data is not sending. In my opinion everything is true. But what is the problem ,I don't. My codes is in the photos.
Resolved! USB-C communication (X-NUCLEO_USBPDM1 and STM32G474) with a PC
Hi all,I purchased the nucleo-stm32g474 board and the z-nucleo-USBPDM1. I would like to use the USB port to communicate with the computer at speed (HIGH SPEED). I am unable to find an example of how to do this and how to communicate with the microcon...
How do I open the UCPD SNK1M1 Sink project from Github in the STM32CubeIDE?
Initially I followed the tutorial at https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Getting_started_with_USB-Power_Delivery_Sink#-5BOPTIONAL-5D_Advanced_USB-PD_application but couldn't get that to work. It shows negotiations in the STM UCPD softwa...
Resolved! How to enter bootloader in system memory using the Nucleo-F429ZI
Hi all !I want to enter the bootloader in system memory using the Nucleo-F429ZI but without success until now.As I understood, the only thing to do to enter bootloader at reset is driving pin BOOT0 High and BOOT1 Low.What I have tried is :solder the ...