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! External SRAM issue

Hello,I hope someone can help with this riddle.We just started working with our custom board, based on stm32h743 (untill now we worked with eval stm32h743-eval board).The internal memories, GPIOs and other interfaces works OK, but we have the followi...

ranran by Senior II
  • 293 Views
  • 4 replies
  • 0 kudos

Sector Erasing in STM32--chip crashes on 256kB erase

I am working on erasing sectors sequentially in my MCU, from Sector 2 through Sector 7 (the size of flash where my firmware will live). I have found that sequential sector erases will occasionally fail, and any attempt to erase a sector of size 256k...

rsoc by Associate III
  • 339 Views
  • 4 replies
  • 0 kudos

NAND Flash File system

I am working on raw NAND Flash memory with STM32L496 DISCOVERY board, and want implement file system which should include wear-leveling and bad block handling without any operating system .which file system should i use???is there any porting documen...

aahme.4 by Associate II
  • 186 Views
  • 0 replies
  • 0 kudos

Resolved! get interrupt state

How to get interrupt state (enabled or disabled) via HAL?In my void I need to do HAL_TIM_OC_Stop_IT() only if this interrupt enabled.

Labels