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

STM32L151 - leaving Standby mode with time-stamp

Posted on October 02, 2015 at 15:08Hello!Well, my question is that is it possible to leave Standy mode on STM32L151 after a given time (lets say 30 sec)? I have designed a custom board, and did not include a 32.768kHz oscillator for RTC, nor did I c...

STM32F429x don't start - Vcap problems...

Posted on October 01, 2015 at 13:33Hello there!I've desingned a board for a project with a new STM32F429VGT6 controller. My main problem is that I cannot program the controller, ST-Link says it ''can not connect to target''. Of course, I've already ...

0690X00000605CmQAI.png

Unavailable (per package) pin state

Posted on October 06, 2015 at 01:54What's the best state to put GPIOs which aren't connected to a pin on a particular package in? Does it make any sort of difference? I'm concerned primarily with power consumption. Thanks in advance!

How to output a fixed number of PWM cycles on STM32F4

Posted on October 06, 2015 at 07:44In my application, I have a timer generating periodic interrupts. In its ISR a certain number of PWM cycles needs to be generated on a GPIO pin. I first use another timer to time the duration, but it is not very de...

Programming issue with ST32L052K8U

Posted on October 06, 2015 at 00:19 Hi, We are trying to program an ST32L052K8U from an FTDI cable, but we seem not being able to succeed, this method worked on different chips before, and it also works on the STM32L053C8T6 (the eval board). ...

Looking for a SDIO cards high level driver

Posted on October 05, 2015 at 18:47Hello!I'm looking for the best SDIO card high level driver, I don't want to reinvent the wheel :)Maybe something working with the last FatFs 0.11 low level driver, and facilitate the init/mounting, the block writin...

STM32L clock change

Posted on October 05, 2015 at 18:13I am trying to change the clock source in a NUCLEO (STM32L152RE) board to reduce the power consumption.I use EmBitz as IDE. The Default configured clock in system_stm32l1xx.c is HSI clock (16MHz) with PLLMul 6 and ...