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

How get timer state?

Hi,I´m reading the doc of my kits, stm32f767zi and stm32f429zi, but if anyone could help I´ll appreciate. I need start and stop a timer named htim3, as follow:if (HAL_OK!=HAL_TIM_Base_Start_IT(&htim3)) Error_Handler();But, if I execute the code twice...

Resolved! Unable to wake from Stop2 power mode with user button

I put my L4R5ZI chip into Stop2 mode but it doesn't seem to want to wake up from the user button, unfortunately. According to the datasheet, the wakeup sources include:Reset pin, all I/OsBOR, PVD, PVMRTC, IWDGCOMPx (x=1..2)I2C3(7)LPUART1(6)LPTIM1I h...

JayDev by Senior II
  • 486 Views
  • 2 replies
  • 0 kudos

Resolved! Emulating a matrix keypad with a stm32 microcontroller

Good morning Stm32 community,I am designing a ​matrix keypad emulator to control a musical keyboard. I need a 16x16 keypad for the music keys and a 8x8 keypad for the control buttons. The idea is to swap the existing keypads connected to the existing...

Modifying BOOT_ADD0 value

Is it possible to modify this register field using STM32CubeProgrammer?I've tried both:Writing a value using the Registers tabWriting to a memory address that the field occupiesBut neither work.

dscdsc by Senior
  • 689 Views
  • 3 replies
  • 0 kudos