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

STM32G473VCT Internal voltage reference setup failing

Hi All,I created an STM32CubeIDE project to set up an Internal voltage reference on myboard that has an STM32G473VCT; see the screenshot attached. All I did wascreate that Internal voltage reference, save and generate code. See screenshot: I put brea...

_legacyfs_online_stmicro_images_0693W00000bkJPBQA2.png
IAuto.1 by Associate II
  • 788 Views
  • 4 replies
  • 0 kudos

How to use COMP on STM32g431c8T6? I found it not work correctly. The pol is noninverted When INP(1.6V)<INM(2v),the out is high. Only INP=0, the out is low.

void Comp1Init(void){ Comp1GpioInit(); RCC -> APB2ENR |= 1;  //20230506///////////////////////////////////////////////////////// COMP1 -> CSR |= 3 << 19;//TIM3 OC3 Banking of CSA p739 /////////////////////////////////////////////////////////// COMP1 ...

立张.1 by Associate II
  • 300 Views
  • 0 replies
  • 0 kudos

Resolved! Unique fw for 2 ST MCU

Hi... we are deciding if has a sense to develop a electronic board able to host to different mcus (STF4 and STH5) and giving an external hw trigger the unique fw should be able to run the part relevant to F4 series or H5 series. The question is how m...

SGasp.1 by Senior
  • 393 Views
  • 2 replies
  • 0 kudos

Resolved! STML433 ADC1 coexist with other GPIO

Hi,I working with STM32L433's ADC, and I'm having a problem where the ADC CH11 couldn't coexist with other GPIOs. I'm using a resistor divider from a battery and feeding into ADC1 CH11 (PA6, pin16). If the PA5 is left in a reset state, it all works. ...

_legacyfs_online_stmicro_images_0693W00000bkL9JQAU.png _legacyfs_online_stmicro_images_0693W00000bkL9dQAE.png
YKuo.1 by Associate II
  • 565 Views
  • 3 replies
  • 0 kudos

Change system clock stm32f0 manual

I want to change system clock as a PLL(using HSE) 20 Minute after systemInit. thats why I must change it in main function not system_stm32f0.c file. Here is my code, Not working properly. I dint do anything interrupt function.void ClockInit(void){ ...

hazall by Associate III
  • 823 Views
  • 5 replies
  • 0 kudos

Resolved! PLLCLK not working for STM32U575ZIT6 based custom board

Hi,I have migrated from STM32L4S5ZI --> STM32U575ZIT6 for one of our custom designed board.I am trying to configure 96MHz HCLK using Clock configuration in my *.ioc file and just toggle LEDs with a delay of 1 sec with the generated code & this logic....

Agour.1 by Associate III
  • 3009 Views
  • 13 replies
  • 0 kudos
Labels