STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2883 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
  • 4330 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
  • 366 Views
  • 0 replies
  • 0 kudos

Resolved! Doubt on Timer Interrupt

Hi,So I want to have a timer interrupt of 15 seconds. So I calculated the values of pre scalar and counter accordingly:Prescalar - 18356Counter - 65347I just wanted to ask if I set such values. Will it work? Cause I tried the same using an LED Toggle...

Resolved! Hello, I am looking for a detailed course offered by any institution or university to help my team Learn basics and advanced skills working with STM32 microcontrollers, programming to hardware.

I want to be able to implement different projects same way as implemented from Atmega328 of Arduino. So i want to move from Arduino to STM32 for better performance and technology.

PWeju.1 by Associate II
  • 2947 Views
  • 10 replies
  • 2 kudos

STM32H745 call event interrupt in second core

Hiiii,I'm trying to create multicore communication in Nucleo-H745zi. I want to call interrupt in the second core. I just want toggle LED in second core after interrupt came from first core. I checked the articles and other stuffs on internet but i ca...

pshin.2 by Associate II
  • 1625 Views
  • 2 replies
  • 0 kudos