STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NUCLEO F446RE - TrueSTUDIO example projects

Hi, I have purchased a NUCLEO - F446RE development board and I would like to start with some example projects...The problems are the following: I wanted to start based on the following document/ manual: "Getting started with STM32 Nucleo board softwa...

Örs by Associate
  • 1780 Views
  • 3 replies
  • 2 kudos

Cubemx pwm for stm32f7 nucelo board

Hi there. I'm trying to generate a Pwm signal using my nucelo board but I'm having issues doing this using cubemx. ​I've configured the clocks and oscillator based on resources I've found online but I'm not too sure what the clock source should be. I...

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 ...