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! [ STM32G070 ] STM32G070 input mode pin speed setting?

Dear Sir,​In STM32G070 series, the code shows the speed setting for GPIO output,If my GPIO is setting for input to receive external interrupt, does the speed setting also apply for GPIO input mode?Thanks/** @defgroup GPIO_speed GPIO speed * @brief ...

E-John by Associate III
  • 1316 Views
  • 2 replies
  • 1 kudos

SDIO API for H7

Sorry, I am new STM32 MCU :grinning_face_with_sweat: ​I want to bring up WIFI function with SDIO to connect Internet, but I cannot find any SDIO API in H7 like stm32f4xx_sdio.c.The link is where I can find the answer I want, but it only supports H747...

wG.1 by Associate II
  • 945 Views
  • 1 replies
  • 0 kudos

Resolved! GPIO rise/fall time on Nucleo H7

I am prototyping an application on a Nucleo H7 board and I would like to use 50 MHz SPI master for performance reasons.At lower speeds (25 MHz, for example) I am able to generate a fairly clean SPI Mclk that passes requirements, however at 50 MHz I e...

Resolved! Change ADC clock in STM32H7

Hello, i'm using an STM32H7 but unfortunately for a known bug of the firmware package i'm not able to select the ADC prescaler. Uprading to a newer firmware package is not considered.At the moment i resolved applying a prescaler with the linehadc1.In...

0693W00000aJYovQAG.png
halbeeee by Associate II
  • 1764 Views
  • 4 replies
  • 0 kudos

Counting 10000000 with 16 bit TIMER

Hello,I'm counting a 10MHz oscillator(with external clock mode 1) for 1 second using the stm32f0 processor's TIM1. I get about 10 000 000 pulses.Then the system has a starting point and I start the 1s counting process here. The timer counts a maximum...

hazall by Associate III
  • 2497 Views
  • 12 replies
  • 0 kudos

How to use oscillator as a TIMER clock source ?

#define ExternalOSCport GPIOA #define ExternalOSCTimer TIM1 #define ExternalOSCpin GPIO_Pin_8   voidClock_Config(){   TIM_ICInitTypeDef TIM_ICInitStructure; TIM_OCInitTypeDef TIM_OCInitStructure;   NVIC_InitTypeDef NVIC_InitStructure; GPIO_InitType...

hazall by Associate III
  • 228 Views
  • 0 replies
  • 0 kudos