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

ADC

In my project I am using STM32G030k8, in which I need to use 6 ADC channels and 2 of them are Pa11 and PA12PA9 and PA8 as gpio .I couldn't able to configure PA11 and PA12 what is the alternate way to use that channel

SRAM.11 by Associate III
  • 736 Views
  • 5 replies
  • 1 kudos

Protection against HRTIM output locking high

I am using an STM32G474 to create an inverting buck-boost converter, but after damaging a few boards, I realized that there is a series design issue that could short 24V to ground through an inductor if the HRTIM output pin ever goes high unexpectedl...

DavidNaviaux_0-1699704545013.png

Resolved! Excessive MCU heat after debugging

I have a design that uses two HRTIM outputs from an STM32G474 MCU to provide a PWM signal to two external half-bridge gate drivers to drive two DSMPS, a buck converter and an inverting buck-boost converter.  After several debugging sessions, the MCU ...

DavidNaviaux_1-1700295853836.png

Resolved! Read 96 bit UDID through serial bootloader or SWD

Hello,I am working on the STM32F103xx. I need to read out the 96 bit UDID (unique device ID) of the devices during production. Is there any way of reading this out from the serial bootloader on UART1 or through the SWD interface? I searched the AN315...

machinist by Associate III
  • 1245 Views
  • 5 replies
  • 0 kudos

STM32L562 Using TIM1 to trigger ADC1 Ch1 sampling at 5 kHz with DMA1 storing to a circular buffer. Stores 12 samples, then no further samples stored. What can stop this chain from functioning?

Here is the setup (Using timer 1 - 16 Mhz clock, counter = 3200) using OC channel to produce scope signal on output pin):void MX_TIM1_Init(void) {   /* USER CODE BEGIN TIM1_Init 0 */   /* USER CODE END TIM1_Init 0 */   TIM_ClockConfigTypeDef sC...

Grizz by Associate III
  • 600 Views
  • 2 replies
  • 0 kudos

Adc in stm32f446re

Analog source is potentiometerMcu board is nucleo f 446reI am verifying adc code in debug mode with above hardware .as i rotate potentiometer  change in adc value can be observed.but when I don't rotate also, I am able to see the variation in 12bit v...

Resolved! I2C_WaitOnFlagUntilTimeout return HAL_ERROR

Hi,​I am using STM32F303RETb (NUCLEO-F303) to try I2C for another device. But always return HAL_ERROR into HAL_I2C_Slave_Receive(). By the way of I2C_WaitOnFlagUntilTimeout.What are the possible problems with this error?​this part is setting code in ...

0693W00000aJjnZQAS.png
K.4 by Associate
  • 4966 Views
  • 10 replies
  • 1 kudos
Labels