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

16bit ADC in STM32H745i-Discovery Board

 I am interfacing 16bit ADC in STM32H745i-Discovery Board i saw some ADC configuration videos in Youtube according to i am configured but i didn't get any ADC conversion Values i am failed where i am doing wrong can please Help me to resolve this pro...

SA  V.1 by Associate III
  • 281 Views
  • 2 replies
  • 0 kudos

Big char buffer declaration

Dear ST hello,I am working on a driver on STM32F429, and I have to declare 104 uint8_t buffers.In some cases I am facing an issue with memory, The buffer is overwritten by another application the buffer values change when I iterate through it the buf...

The STM32L433 adc isnt too accurate.

Hi I have a STM32L433 processor on a 4 layer board with own ground plane, and below is circuit for VDDA input. I have set the VREF+ to 2.5v, and checked this with my meter, and its perfect (and isnt connected to anything). I placed an accurate 1.026v...

0693W00000aJfNIQA0.png

Resolved! Doubt regarding timer interrupt stop function

Hi,I had a doubt regarding the timer interrupt stop function.if(isOpen_Unload == 1){  HAL_NVIC_DisableIRQ(EXTI15_10_IRQn);  HAL_NVIC_EnableIRQ(EXTI9_5_IRQn);  Start_Motor(1);  HAL_Delay(5000);  HAL_NVIC_EnableIRQ(EXTI15_10_IRQn);  HAL_TIM_Base_Start_...

Resolved! Where is the STM32U585 SPI1 CLOCK SELECTION register?

According to the STM32U585 documentation, there is supposed to be a SP1 clock mux selection register, but none is described in the latest programming manual.Does anyone have any idea on what bits I need to set in which register to select the MSIK clo...

0693W00000aJiYTQA0.png
SEdel.1 by Associate
  • 431 Views
  • 2 replies
  • 0 kudos

Resolved! NUCLEO-L4R5ZI board CN12 header Pin76 = PG7, pin66 = PG8, config as GPIO output pins, but cannot toggle these two pins, SB130 and SB131 have been removed from the board.

NUCLEO-L4R5ZI board, CN12 header: Pin76 = PG7, pin66 = PG8.SB130 and SB131 have been removed from the board. config PG7, PG8 as GPIO output pins, but cannot toggle these two pinsHere is the code: GPIO_InitTypeDef GPIO_InitStructure = {0}; __HAL_RCC...

HYuan.1 by Associate II
  • 637 Views
  • 5 replies
  • 0 kudos