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

USB DFU not work with RDP Level1

Hello Team,With RDP set to Zero Level , Firmware upload succesfully using CubeProgrammer GUI ( USB DFU mode ).But If I set RDP LeveL 1 , Device not able to detect on PC device manager and not able to connect with STM32 using CubeProgrammer USB interf...

bsuthar by Associate II
  • 443 Views
  • 7 replies
  • 0 kudos

Choosing package for STM32H743 SPI HS - BGA or LQFP ?

Hi,I'm interfacing external ADC - 16 bit, 10MSPS (AD7626) with this microcontroller. STM32 SPI will work in slave mode, ADC will provide 80MHz clock. It will work in a burst mode - sampling 288 measurements x 16 bits at 5MHz.I can't decide whether I ...

cipek by Associate II
  • 381 Views
  • 11 replies
  • 4 kudos

Resolved! STM32G0B1KBU3N I2C comms, can't see wave form

Hello again :)I have used all ideas including chat GPT. I can't see any changes in I2C line with oscilloscope. STM32G0B1KBU3N have Pin PB9 as SDA and PA9 as SLC. 3.3Volts pull up via 4.7 kOhm resistor. I am trying negotiate with LM51772 DC-DC buck-bo...

grisom13 by Associate III
  • 256 Views
  • 1 replies
  • 0 kudos

Timer Problem

Hi everyone.   I am driving a Neopixel LED with a PWM signal in DMA mode using a timer. Even though all variables are the same, my code works with timer 3, but the same code doesn't work with timer 2 with the same timer configuration. Why could this ...