STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Ethernet frame problem

Hello siri am getting error hereif(((heth->RxDesc->Status & ETH_DMARXDESC_OWN) == (uint32_t)RESET)) in stm32f7xx_hal_eth.c file.where value of status never changed so I am getting no frame in reading of ethernet frameDipak Garasiya

STM32F407 USB related questions

Hi! I have several questions regarding standard USB host implementation.1) Host mode: File "stm32f4xx_ll_usb.c", function "USB_HC_StartXfer" there is a piece of codeif (dma == 0U) /* Slave mode */ { if ((hc->ep_is_in == 0U) && (hc->xfer_len > 0...

VYare by Associate II
  • 666 Views
  • 8 replies
  • 0 kudos

Problems with STM32L552CCU USB-VCP

I'm unable to get the USB peripheral to work on this chip. For some reason even the USB_FS_IRQn won't fire. This chip has no external vbus detection or VDDUSB. I checked PWR CR2 USV is 1 and I can have the host detect the device by controlling the us...

VBarn by Associate
  • 242 Views
  • 1 replies
  • 0 kudos

Updating STM32L4R5 System Bootloader

In device's errata sheet , we've found a statement 2.2.13 which says that MCUs with system bootloader V9.2 is not functional .But MCUs with system bootloader V9.5(date code after W05 2020) is functional.As of today ,for R&D purposes , we have 15 cust...

MichaelN by Associate
  • 203 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeH7 MCU Package - where is version 1.8?

It looks like ST is changing the Cube MCU packages. Up to version H7_1.7.0 the old-style huge packages can be found on github (https://github.com/STMicroelectronics/STM32CubeH7/releases). But HAL drivers since v 1.8.0 are in a separate repository (ht...

Pavel A. by Evangelist III
  • 335 Views
  • 5 replies
  • 0 kudos