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

STM32G474 Multi UART cant work with RingBuffer

I have fail using multi UART while using with the ring buffer,but using the HAL function testmulti uart is fine,i using the Keil c(MDK) complier check and i test if cnacel the HAL_UART_Init(&huart3) or other one is fine ,and i look for other of the s...

czack.1 by Associate
  • 429 Views
  • 0 replies
  • 0 kudos

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
  • 492 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
  • 3080 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
  • 2012 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
  • 1265 Views
  • 3 replies
  • 1 kudos

How to force I2C-NACK in slave receiver by using NBYTES?

Hi everyone,I am using STM32G070 Nucleo board and work with I2C and use DMA to reload TXDR or read out RXDR. I built up a master that shall also be able to receive from other masters. Everything works fine so far. Now I want to limit the number of by...

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
  • 1265 Views
  • 5 replies
  • 0 kudos