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! STM32F3 Comp not writing to registers

Hi All,So I've beern trying to write to the registers of the comparator 2 but when I debug , the values of the registers don't change. This leads me to believe that I have an issue getting the clock to the peripheral.I have a 16 MHz external XTAL whi...

glenn0010 by Associate III
  • 319 Views
  • 3 replies
  • 0 kudos

elf flash fail after mass erase

I'm trying to debug an error I get when I try to flash internal flash on my stm32f4 board. I first use the flash_erase command to do a mass erase using openocd: flash erase_address unlock 0x08000000 0x100000Then use the flash_write command to flash t...

Rmo.1 by Associate
  • 141 Views
  • 0 replies
  • 0 kudos

EEPROM Emulation without using HAL

Dear All,Board: Nucleo - H745ZI-QI want to store few bytes of non volatile memory, for which I learnt that I need to use EEPROM emulation code. I went through the code given as part of STM software in en.stm32cubeh7_v1-7-0\STM32Cube_FW_H7_V1.7.0\Proj...

sarojj7 by Associate III
  • 160 Views
  • 0 replies
  • 2 kudos

I can't initialize stmpe811.

Hi, I'm working on a project with STM32F746 MCU and I used stmpe811 for touch controller but my code always going into hard fault error during initialization. I attached my project on the drive also I added the initialization part of code. Please hel...

Labels