STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F091 RTC accuracy and measure error info.

Hi,​I would like to know about the STM32F091's RTC accuracy and frequency error information.Is the RTC accuracy or frequency error factor affected only by crystal?Is the RTC accuracy or frequency error factor affected by MCU itself?Is it any ST docum...

ElvisWei by Associate II
  • 306 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H7 ADC using timers

Hello, I am using Nucleo-H743ZI ,I am using timer1 to trigger ADC.My APB1 clock frequency is 240MHz and my ARR register is 240 of timer 1. So my sampling rate of ADC should be 1Msamples/sec. To check it I am toggling a pin whenever ADC conver...

GHARI.1 by Associate II
  • 2059 Views
  • 13 replies
  • 0 kudos

using stm32f401rct6, two question, (1) system clock configured with a external 16Mhz crystal can work if it is set to 42Mhz but not at 84Mhz and (2) even if working will stuck at HAL_GetTick

(1) cannot run at 84Mhz, it will stuck at Error Handler RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; RCC_OscInitStruct.HSEState = RCC_HSE_ON; RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_H...

JTse.1 by Associate II
  • 1356 Views
  • 10 replies
  • 0 kudos

STM32H745 - Dual core

I have few questions on STM32H745 dual core cortex M7 and cortex M4.i. What is the booting sequence when both the cores are enabled at the same time? Is there any application notes available in details.ii. How both the cores uses the same resource (R...

Monish by Associate
  • 770 Views
  • 3 replies
  • 1 kudos

Migrating code from IAR to GCC: __no_init, __ramfunc

Hey,I am trying to modify some compiler/linker directives from IAR to GCC. I think I already managed to solve the first two obstacles:1 - In order to not initialize a variable saved in some register:static volatile __no_init uint32_t SystemInfoFlags;...

AZube.2 by Associate III
  • 2082 Views
  • 1 replies
  • 0 kudos

Dynamically change pin configuration

I would like to change the pin configuration from GPIO Input to INPUT_CAPTURE_MODE_Channel in the code (dynamically). How to achieve this ?I'm using STM32F103CBT6.Please Help. Thank you.

KGaik.1 by Associate II
  • 846 Views
  • 5 replies
  • 0 kudos

How to chose resistors value and how to connect them for smt32F2 ADC input pin protection according to technical documentation suggestions?

I was reading related to stm32F07 devices application notes and datasheets for ADC input suggestions. AN4899 rev 2 (pg 22)DS6329 rev18 (pg 101)In order to prevent negative and positive current injection, they say:It is recommended to add a Schottky d...

genisuvi by Associate III
  • 2793 Views
  • 2 replies
  • 0 kudos

How to program STM32F407VET6 boards?

Hey everyone, I am new to STM hardware and software... Recently got a development board from a third party that's based around the aforementioned microcontroller. From what I gather you can start building on STM projects from STM32CubeMX, however I c...