STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Fake STM32 chip?

Hi, I have a help  we purchased with your chip, but it seems that it is fake, please let me know if the name or engraving is printed on your chip? Thank for your support 

DianaSok by Associate II
  • 1484 Views
  • 5 replies
  • 2 kudos

Resolved! PUPDR in GPIOD - default values are wrong

In the manual it states, that reset value is 0x000.., and that 0xFFFF... is reserved. But when debugging, i see, that it is 0xFF... . When now assigning a new value to it via HAL_GPIO_Init(), the register does not take the new values.Hold on!I just f...

Tobe by Senior III
  • 589 Views
  • 1 replies
  • 1 kudos

ADC multichannel DMA with Freertos on STM32H735G-DK

I have tried many things but cannot seem to get ADC multichannel DMA with Freertos on STM32H735G-DK working.I have setup the ADC to use DMA following many tutorials. I have set up a task to start the ADC with DMA, but the conversion complete callback...

CYBR by Associate II
  • 614 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H5 I3C ENTDAA waveform

Hello! I have a H563ZI and a KEYSIGHT oscilloscope.I configured H563ZI as controller and sent an ENTDAA , then problem occired:        1.slave updated its dynamic address which as same as static address and different with what i set.         2.there ...

Xonier by Associate III
  • 1212 Views
  • 4 replies
  • 2 kudos

interrupt are miss or not ?

Hello STM32 community,I am currently working on a project utilizing the STM32H757 microcontroller, which boasts 8 UART interfaces. In my application, I have configured all UARTs to operate in interrupt mode for receiving data.My concern arises when m...