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

LAN8742A Link status delay

I'm working on a custom PCB with a STM32F429ZIET6 MCU interfacing with a LAN8742A ethernet PHY. We only use static IP, and UDP communication. Our design has 28 devices all set to unique IPs on the network, which will be controlled over a proprietary ...

ethernet_phy_12_5_24.png
CLake.2 by Associate II
  • 1232 Views
  • 6 replies
  • 2 kudos

Resolved! STM32H7S78-DK pll3 periph error for lcd

I tried the bsp example among the examples of the stm32 h7s78-dk board. I integrated it into my own code. My aim is to use the LCD screen and broadcast the camera output on it. In the first stage, I try to print any text on the screen. The BSP exampl...

hamzatamer_0-1733824321085.png hamzatamer_1-1733824397807.png hamzatamer_4-1733824441527.png hamzatamer_5-1733824451590.png

HID Report

I have a USB-Audio source for STM32F446MC.I would like to add an HID and run Next Track etc.The USB analysis tool recognises the HID descriptor, but the HID report descriptor is not recognised.When I traced it with a debugger, I found that no USB_REQ...

Waka by Associate
  • 403 Views
  • 2 replies
  • 0 kudos

USBPD Driver DRP Behavior

I am using the USB PD driver package on an STM32G071. I have 4 ports. Two are SNK and the other two should operate as SNK unless I have a power source.First issue is DRP will not work unless you also enable CAD role toggle in the configuration. If yo...

Carl_G by Senior II
  • 503 Views
  • 3 replies
  • 0 kudos

Resolved! SPI Read without CPU Intervention

Hello Everyone,I have a STM32H755 MCU connected to an external ADC via SPI in half duplex. I'd like to read ADC value at 2KHz. Ideally I'd like to avoid to interrupt the CPU 2K times per second to read ADC values, as a consequence I'm looking for a w...

unkn0wn by Associate II
  • 1025 Views
  • 9 replies
  • 1 kudos

Resolved! Problem with HAL RTC libraries

In the function:HAL_RTCEx_DisableBypassShadow()There is a cast to uint8_t in the line that resets the bithrtc->Instance->CR &= ((uint8_t)~RTC_CR_BYPSHAD);This causes the upper 24 bits of this configuration register to be cleared to 0s when called. Ev...

JFels by Associate
  • 914 Views
  • 4 replies
  • 3 kudos