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! Cannot identify IRQ reason - STM32H753

I have the following EXTI9_5 handler: (yes, with HAL)void EXTI9_5_IRQHandler(void) { if (__HAL_GPIO_EXTI_GET_IT(GPIO_PIN_6) != 0) { __HAL_GPIO_EXTI_CLEAR_IT(GPIO_PIN_6); return; }   if (__HAL_GPIO_EXTI_GET_IT(GPIO_PIN_5) !...

Pavel A. by Evangelist III
  • 516 Views
  • 11 replies
  • 0 kudos

Is there any migration guide from old sdk to new

I'm currently in the process of compiling example code from our supplier for an e-ink display. The issue however is it uses functions that predate HAL from what I can tell. While some things are simply renaming to uppercase, some other things are unk...

DSonc.1 by Associate
  • 179 Views
  • 0 replies
  • 0 kudos

STM32F407 i2c slave configuration

Hello,I am working with STM32F407 evaluation board. I want to use i2c as a slave on it.My master device is siliconlab micro-controller (mighty gecko).What slave address i should use for sending data for STM32?As master needs slave address to send dat...

MAbba.2 by Associate II
  • 227 Views
  • 1 replies
  • 1 kudos

Why ADC isn't correct?

I'm trying to use ADC in stm32g030j6m6 to measure DC voltage.but, whenever I try to make experiences. I found out that under 3V, The accuracy of adc isn't great. It has a 10% error.​I attached source code that I used in my experience and the table th...

Jpark.22 by Associate
  • 432 Views
  • 6 replies
  • 0 kudos

input capture lost edge with CDC STM32F103C8

hello, i have a input capture who lost edge when i plug USB.when the USB cable is not plug or unpluged works perfectly.i have a toggle led in the capture callback.when i plug the frequency of the led is unstable.when i unlug cable, toggle frequency ...

0690X00000Bw9N4QAJ.png
kick by Associate II
  • 441 Views
  • 7 replies
  • 0 kudos

Resolved! STM32F103RDT6 Crystal

Hi,Iam using STM32F103RDT6 for my project. A 12MHz external crystal is used for the same. In the datasheet it shows REXT is needed.1.What is the purpose of REXT? 2.Is it required mandatory? Because in my board iam not using the same. So I want to kno...

0690X00000BwC8RQAV.png
Mom.1 by Associate II
  • 243 Views
  • 1 replies
  • 0 kudos
Labels