USB Device HUB class on f103
Is it possible to implement device HUB?(i want my f103 to appear as usb HUB to host PC)Like a compound device. Cant find any example for some reason.
Is it possible to implement device HUB?(i want my f103 to appear as usb HUB to host PC)Like a compound device. Cant find any example for some reason.
Hi,I tried to run lwip and freertos on stm32h750 with physical ic lan8720. Unfortunately, the program hangs inside the MX_LWIP_INIT() function and I don't have ping.Other threads do not work either and all codes inside the main function before the MX...
As far as I know, STM32Cube does not offer support for creating an USB microphone (only speaker, as stated in the specification). However, I have managed to use the X-CUBE-MEMSMIC1 package to create an audio device, only replacing the usbd_audio.c an...
Hi, I am trying to generate the usb_cdc FW, I generated the code using stm cube IDE,and the controller is stm32f070c6,i increase the heap size 0x400 and stack size 0x400,im taking the example from STM32Cube_FW_F0_V1.11.2\Projects\STM32072B_EVAL\Appli...
When I plug in the user usb port on the nucleo to my computer nothing shows up. I'd like to put it into DFU mode over usb so i can flash a custom bootloader.Thanks!
Why nothing work on first attempt???Howto solve this i need test USB UACEdit 1 I try too MX 5.4 same error zip file isnt pack WTF
STM32F446RCT6 .. bootloader problemits not dected in DFU mode
Hi,I'm hoping this is the correct forum to ask this question. I am developing an industrial product using STM32 devices and I need to add ethernet capability to the product. I have a moderate amount of embedded development experience but zero network...
An existing project runs on STM32F091, it use CMSIS USART driver (ARM_DRIVER_USART Driver_USART1). Now I need to migrate this project to run on STM32G070. But in CubeMX for STM32G070, there aren't any USART driver under CMSIS driver, except a header ...
I am using STM32F446RET6 with STM32CubeMX and STM32CubeIDE to create an SPI slave device using SPI1 in DMA mode using the HAL SPI driver. I call HAL_SPI_Receive_DMA() in main to receive 1 byte from the attached SPI master device. It is successful, an...