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! InvalidateDCache with AXI-SRAM gives HardFault

Hello,I have recently moved RAM from DTCM to AXI SRAM (so that I get more RAM).It then failed in dma example.After investigation I found out that the call to  SCB_InvalidateDCache results in HardFault_Handler.I've changed it to use   SCB_Invalida...

ranran by Senior II
  • 665 Views
  • 3 replies
  • 0 kudos

Bootloader in STM32L0

Posted on February 19, 2015 at 10:57Hi all,Is it necesary to implement a additional code in my application to jump to the bootloader? #magic-eight-ball

gerardo by Associate II
  • 640 Views
  • 5 replies
  • 0 kudos

HAL_NVIC_SystemReset() is not consistent

In my STM32L432 project (Keil) I need to use a system reset.System should be able to reset by external command, and it's also used in bootloader<->application jumps. I am using HAL_NVIC_SystemReset() for this purpose. I've noticed that once in a whil...