STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ADC on Nucleo 401RE

Hello everyone, im trying to understand how the configuration and the use of the ADC is usued on a NUCLEO401RE. I've read the datasheet and reference Manuel but still its not clear.I have configure the pin A0 on CubeIDE to be an ADC input. But now i ...

willow by Associate III
  • 1428 Views
  • 9 replies
  • 5 kudos

STM32H745: Read one GPIO pin from both cores

Hallo all,I am currently playing around with the NUCLEO-H745Zi-Q board. I was wondering if it is possible to read a GPIO pin on both cores without taking care of synchronization. I realized that there is no such option in CubeMX. In Pin Context Assig...

DanielB by Associate
  • 418 Views
  • 1 replies
  • 1 kudos

STM32H503 Bootloader using USB

Sorry this is a report, I tried to post yesterday, but cannot find it today.Trying to use the bootloader via USB, and this works on the Nucleo PCB, but not on our prototype. We have no crystal as we expected that the clock recovery would work in boot...

CWedg.1 by Associate III
  • 350 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H725 USB FS PHY not detected

Hello,I have been working on a project that requires USB communication with an STM32 MCU. Unfortunately, the computer cannot recognize the device.On the hardware side, I am using the STM32H725VGT6 mcu, an isolator, and a USB-C connector with some ESD...

fing_1-1716325114549.png fing_0-1716324777753.png fing_2-1716325279807.png
fing by Associate II
  • 496 Views
  • 1 replies
  • 0 kudos

Full Duplex I2S (SPI/I2S1) DMA Issues

Hello,I'm working on an audio application using a NUCLEO-H723ZG, where I am trying to setup two DMA channels for full duplex audio. I am using the Zephyr RTOS with a modified I2S driver I am writing since the one in mainline zephyr is non-functional ...