USB HS MSC device on STM32F746G-Discovery cannot enumerate
I'm making project USB HS MSC device on STM32F746G-Discovery. I don't know why it cannot get an address from the host.My project USB FS MSC device worked normally.
I'm making project USB HS MSC device on STM32F746G-Discovery. I don't know why it cannot get an address from the host.My project USB FS MSC device worked normally.
Hello ST Community,I am porting the ssl_client example from the STM32F769-DISCO (I don't have the F769-DISCO) to the NUCLEO-F767ZI. The software flow is the same, only the configurations are different. The software can do the connection, handshake, ...
I'm trying to use the stack usb hid to talk with a barcode scanner. When I connect the scanner it is classified as a keyboard, but does not generate the interrupt events. Does anybody know why?thanks!
/** ****************************************************************************** * @file stm32g474e_eval_errno.h * @author MCD Application Team * @brief Error Code. *******************************************************************...
Hope all is going well. I'm trying to ping STM32H743ZI NUCLEO 144 using LWIP middle-ware. Code generated by CubeMX.Configurations:Set the HCLK to 400 MHzEnabled the CPU ICache and DCache (under Cortex_M7 Configuration)Enabled MPU (Region0, Region1 & ...
Hello, i want to use USB FS with f303re.last time, i used USB CDC FS with my f303ze, use function of 'CDC_Transmit_FS', so i can see text in computer with terminal program.i saw that f303re have USB FS in cubeMX, but i think f303re can't use CDC_Tran...
Specifically, I'm looking for the minimum board configuration that will run in STM32CubeIDE, and an explanation of what the minimum settings are and in which memory space the firmware runs in. Is there a project in the STM32 library that uncondition...
Hello Everyone,Can any share the example ethernet driver for STM32F407 for reference.
Hello!I have built simple project for Nucleo H745ZI-Q board. It is UDP echo server. I have configured MPU, linker script and other things - it works fine. But after power cycle I have no any connection by ethernet while link notification is still wor...
Hey,for a project, we work with the STM32L476RG and our task is to read an audiofile from an sdcard and play it (sd/mmc interface and a class-D amplifier are provided).Does anyone have any experience with music playback on this device? Beeing fronten...