STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Host Driver (USBX) compatible with RNDIS

I would like to add a USB Host Driver that supports RNDIS to a project that uses Azure RTOS ThreadX.I would like a sample provided.If there is no sample, I would like some advice on development, such as how to implement it.Development environment: ST...

maro by Associate
  • 357 Views
  • 1 replies
  • 0 kudos

Resolved! SDCard with SDMMC on STM32H755ZI Nucleo

Hi,I've been trying to get a MicroSD card working with my H755 Nucleo for the last week. Tricky, isn't it?!I started with a SPI SD-card interface but gave up on that after about several days of pain. My focus now is on interfacing via SDIO, using the...

bramble by Senior
  • 443 Views
  • 1 replies
  • 0 kudos

STM32H753ZI UART DMA issue

I am using UART Receive DMA in circular mode. I am expecting 8 bytes of data to be received on the UART from another device. Hence, I am using "HAL_UART_Receive_DMA(&UartHandle, (uint8_t *)aRxBuffer, 8)". The problem is when a burst of more than 8 by...

A3 by Associate III
  • 464 Views
  • 6 replies
  • 3 kudos