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

RTC code always setting time/date

Using STM32CubeIDE with a STM32L4R5.The RTC generated code initializes the RTC then sets the time and date.Is there a setting that will inhibit setting the RTC time and date during initialization?

RHerm.3 by Associate III
  • 925 Views
  • 3 replies
  • 0 kudos

I'm using an stm32f429 2mb dual bank mcu and erasing a sector in flash bank2 from code running in bank1. This works ok, but interrupts in bank1 seem to stop while the erase is happening.

I'd have thought with read-while-write active, that interrupts should continue to run in bank1. For the stm32l devices, the documentation clearly states this will work. Can it also work for the stm32f429? Am I missing some configuration? Or will inte...

AW by Associate II
  • 590 Views
  • 5 replies
  • 0 kudos

Problem On using HAL_SPI_Receive() function

I'm new to ST-Micro controller, I m using STM32F429. I'm Receiving 8 bytes of data from SPI1 Port and transmitting the same data thru UART2 port to view in serial terminal. I m not supposed to view the HEX data. It is giving either ASCII or Unicode. ...

0693W00000CzzqDQAR.png 0693W00000CzzssQAB.png
JA.3 by Associate
  • 589 Views
  • 1 replies
  • 0 kudos

HardFault Handler not being executed

When a HardFault occurs, the program jump to HardFault_Handler function but it is not being executed.I'm usen STM32CubeIde, when I'm in debugging session, the arrow is stuck in the name of the function but nothing more happens: checkFault(); is not e...