STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Resolved! reading adc value always zero. help

  /* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body ***************************************************************...

STM32H7B0 incorrect ADC sample rate

Hey,We using an STM32H7B0 100 pins MCU.With this mcu we will sampling 1 16 bit ADC input at 1 MHz and we using a DMA in circular mode for 1000 samplesThe ADC clock works at 48Mhz, the clock precaler for the ADC is divided by 32 and the sample time is...

OGhis_2-1723818782378.png OGhis_1-1723818766460.png OGhis_0-1723818752330.png
OGhis by Senior
  • 797 Views
  • 9 replies
  • 0 kudos

STM32F4xx TIMER1 ETR

Hello, I am struggling to get the TIM1 of a STM32F411 to be triggered by an external GPIO. What I want to achieve is having ETR1 (PA12) to trigger TIM1 and have 4 repetition of 199 periodI am using STCubeMX and I must do something wrong as it is not ...

vbesson by Senior
  • 512 Views
  • 5 replies
  • 0 kudos

Resolved! STM32 ST-LINK Utility program

After downloading the program using STM32 ST-LINK Utility, the download is reported as successful. However, upon power cycling the device, the program does not run. It requires clicking "Connect" again after the program has been downloaded for the pr...

Troy-1 by Associate
  • 413 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 ROM bootloader, initial state and when erased

Hi,On the STM32 F4 products, there is a hardware/ROM bootloader, that can be activated through the BOOT0 pin. It works great, no issues with that.In a production environment, I would like to flash the board automatically, without manually pressing bu...

sbend by Associate II
  • 1225 Views
  • 6 replies
  • 0 kudos

Tacq STM32G0x0

Hi.  We are using STM32G0x0 family in our project. We are running ADC clock at 30MHz. The sampling time is 7.5 cycles, we configure the ADC to trigger every 500uS so Trigger Frequency = 2kHz  and the resolution is 10bits. I know the Tconv = Tsampling...