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

Resuming STOP Mode in STM32L152

Hi All,I've implemented STOP mode with the following code: (Taken from https://www.digikey.com/eewiki/display/microcontroller/Low-Power+Modes+on+the+STM32L0+Series)void EnterSTOP(void) { PWR->CR |= PWR_CR_CWUF; // clear the WUF flag after 2 clock ...

Programming external flash speed

How can I programming​ the external flash in high speed?​I​ programming the emwin file use 2min 30 sec, data size is 15Mbyte.​Have any solution to make programming​ fast?Thanks All

wu ryan by Associate II
  • 1174 Views
  • 8 replies
  • 0 kudos

How do you design board support drivers?

I have got to implement a board support package for a custom board, and I would like to know your opinion about the different approaches of designing board support drivers. My custom board pupulates an STM32 microcontroller besides other components l...

PPan.19 by Associate
  • 620 Views
  • 4 replies
  • 0 kudos

RTC_HOURFORMAT_24 does not work in L053.

My environment is as follows:CubeMX v4.26.1 with STM32L0 HAL v1.10.0STM32L053C8Txgcc-arm-none-eabi-7-2017--q4-majorI set the RTC with RTC_HOURFORMAT_24. Actual code for the setup was generated by the CubeMX. If I set the clock to 12:59:59 then the R...