STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H745 timer master/slave

I have timer 1 setup to PWM a wave form and timer 2 setup to PWM a different frequency wave form.  I need to restart timer 2 when an output compare match (CNT = CCR) on timer 1 occurs.  It appears that I can do this with master/slave configuration of...

GHolc.1 by Associate III
  • 550 Views
  • 4 replies
  • 2 kudos

Generate pulses using two timers

I want to generate a ~200us pulse on the DAC (variable output) that occurs at 20Hz.The DAC itself is no problem, the 20Hz is done with a timer interrupt.What is the best way to implement the 200us timing? Preferably non-blocking, Another timer that s...

Resolved! Distinguish different STM32G0 variants at run-time

Hi,Is it possible to distinguish an STM32G0B1KBU6N from an STM32G0B1KBU6 based on the UID?Is it possible to read this UID in FW in order to recognize whether the correct controller is fitted or is this only possible via the SW interface?

TR01 by Associate
  • 464 Views
  • 4 replies
  • 1 kudos

Resolved! STM32 Black Pill not working with clone ST-LINK V2

Hello everyoneIt's my first time messing around with STM32 microcontrollersA few days back I got a black pill (STM32F401CCU6 - https://robu.in/product/stm32f401ccu6-minimum-system-board-microcomputer-stm32-arm-core-board/) and an ST-Link V2. The blac...

MihirJ by Associate II
  • 1614 Views
  • 4 replies
  • 1 kudos

About JPEG Encoder from STM32H7S78-DK.

Hi. I am using the STM32H7S78-DK board.In STM32CubeIDE, I checked the example for jpeg_encodingFromXSPI_DMA. When the encoding is finished and the LD1 LED turns green, how can I retrieve the size of the encoded jpgBuffer as a variable?What I've tried...

jeidi by Associate
  • 353 Views
  • 0 replies
  • 0 kudos

STM32H573 CUSTOM BOARD VCAP PIN NOT OUTPUTING VOLTAGE

I have designed a custom board using STM32H573IIT3Q MCU. when I connected it with st link, the st link not recognize it. After I check the voltage on power pin, all the power pin is normal except the VCAP pin (not outputing voltage). According to the...

Screenshot 2024-09-17 112558.png
Silexman by Associate III
  • 1057 Views
  • 9 replies
  • 1 kudos

Resolved! STM32H723 DFU mode sometimes not entering

I am using STM32H723VG and I want to implement bootloader for firmware update. I want to enter STM32 bootloader to flash data through USB DFU inside firmware:   #define BOOTLOADER_ADDRESS_START 0x1FF09800 void Bootloader_JumpToBootloader() { __d...

adakPal by Associate II
  • 653 Views
  • 3 replies
  • 2 kudos