STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1562 Views
  • 8 replies
  • 0 kudos

STM32F3 enabling timer from comparator output

Hi,I am enabling timer at comparators interrupt but i am having some timing issues. I think it can solve this timing issues if I can enable the timer as hardware. In reference manual i couldn't find any way for do that.Is there any way to do that ?T...

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
  • 932 Views
  • 4 replies
  • 0 kudos