STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

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
  • 365 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
  • 1021 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
  • 185 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
  • 873 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
  • 459 Views
  • 3 replies
  • 2 kudos

Resolved! How to test real ADC frequency and its accuracy?

Hi guys, I'd like to test if the true ADC frequency is the same as what I've set. The ADC setting is HSI14 (14 MHz) as clock source, 12 bits resolution (corresponds to 12.5 ADC clock cycles), sampling time is 1.5 clock cycles. Therefore, one conversi...