STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I am implementing a ZERO COPY COPY driver for the STM32H7 eth module using PHY DP83825i. Something is strange, the communication stop every 9 seconds for 1 to 2 seconds. but it seem to be at the low level (hardware).

 Even on the Iperf client, there is a dip in transmission bandwidth and we can see the router lights, they all goes off with few ARP request. We are using FreeRTOS+TCP. we have another module using LWIP on other PHY + CPU combination and working with...

ARoye.1 by Associate
  • 1099 Views
  • 2 replies
  • 0 kudos

Can I have DFU and CDC printf on the same usb port?

I want to do both firmware updating via dfu and have serial data output on the STM32G431KB without having to press any boot switch or changing usb ports.In my code I can probably jump to the bootloader, without having to pull high boot0 pin.But can I...

WSpar.1 by Associate III
  • 1267 Views
  • 8 replies
  • 0 kudos

Resolved! HAL_UART_Transmit_DMA(), only works with inline defined string and fails with globaly defined array

why does this work:HAL_UART_Transmit_DMA(&huart6, (uint8_t *)"stm32\n", 6); // works and sends dataand this doesnt:ALIGN_32BYTES (uint8_t aTxBuffer[]) = "stm32\n";HAL_UART_Transmit_DMA(&huart6, (uint8_t *)aTxBuffer, 6) // doesnt send any datawhat am ...

zhausq by Associate III
  • 977 Views
  • 4 replies
  • 0 kudos

Is there anyone here who is an expert with the STM32 with direct experience with the STM32 L4 family? We are Running Freeartos and having default system register HAL (clock structures and RTC) issues and would SUPER appreciate some help

I am searching for an expert. We are having problems with the RTC jumping all over the place. Has anyone here 1) experienced this, or 2) Could point me in the direction of where I could find someone? My company depends on it. Thx!

SSier.1 by Associate
  • 654 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F405 unable to f_open.

Hi,I have created my own board on STM32F405RGT6 and I want to use MicroSD card with it.My problem is that the file system mount is working but not the file open. While f_open() is invoked the board freezes for about 30 seconds and later returns "FR_D...

DLegu.1 by Associate II
  • 2869 Views
  • 4 replies
  • 0 kudos