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

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
  • 284 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
  • 280 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
  • 1891 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
  • 1257 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
  • 729 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
  • 1934 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
  • 784 Views
  • 5 replies
  • 0 kudos