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
  • 291 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 Associate III
  • 336 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
  • 396 Views
  • 6 replies
  • 3 kudos

HAL: reset EXTI block

Posted on May 12, 2016 at 12:08func HAL_DeInit(); // Reset of all peripherals  does not reset EXTI block, as it is in HAL_GPIO_DeInit()    /*------------------------- EXTI Mode Configuration --------------------*/      tmp = SYSCFG->EXTICR[position ...

pestov by Associate III
  • 466 Views
  • 1 replies
  • 1 kudos

Resolved! Understanding Hex file formating :(

Hi community :)  today for you I'm ShirleyIm using a STM32F411RE, a SIM7600G and a external eeprom 24LC1025.The SIM7600G will make requests to a web server where HEX files will be stored for the MCU firmware update. However, I noticed that initially,...

Captura de pantalla (241).png

mss for netXduo Webserver

Hello,i am using ThreadX and NetXduo for an ethernet applikation.For this i need several tcp connections, all with reduced mss to about 900bytes. So i configured each socket with the nx_tcp_socket_mss_set(...) function after socketCreate, as it is su...

AZorn.1 by Associate III
  • 294 Views
  • 4 replies
  • 1 kudos