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

problem using SAI block B on STM32F427VIT6 (100 pin LQFP)

Posted on May 24, 2015 at 22:22Hi, I've been trying to use the SD_B output on an STM32F427VIT6 with no success.  This is the 100 pin package.  With typical SAI usage, SAI block B would not be usable since the MCLK, SCLK, and FS pins are on port F, w...

galens by Associate II
  • 650 Views
  • 2 replies
  • 0 kudos

PWM pin output and document

Posted on May 24, 2015 at 00:50I am new to STM32F030. I am going to use PWMs as the dimming input of LED driver. I have checked DM00088500.pdf, DM00091010.pdf and DM00051352.pdf already. But I still not able to indentify which pins are the output o...

roychen by Associate
  • 529 Views
  • 1 replies
  • 0 kudos

Triggering DMA on a Timer

Posted on September 10, 2013 at 12:08Hi guys, I'm having a few issues setting of a DMA transfer based on a timer and hoping someone might be able to point out where I'm going wrong. I have a timer (timer 2) which is set to 50 Hz and as far as I can ...

Timers STM32F407

Posted on May 23, 2015 at 22:22Is there a way of acessing Tim2 3 4... CC interrupts since they are not declared?Or do I have to access them by TIMx_IRQHandler?                                          Thanks

pedro by Associate II
  • 464 Views
  • 1 replies
  • 0 kudos

VBAT circuit for STM32F429

Posted on May 21, 2015 at 22:20We are using the STM32F429ZIT6 and we need to keep the RTC running when VDD is not present.  Can we hook up a coin-cell battery directly to VBAT, with no switching/monitoring circuit?  Any help would be MUCH appreciate...

gregw by Associate
  • 1436 Views
  • 3 replies
  • 0 kudos

Measure sleep time using DWT SLEEPCNT problems

Posted on May 12, 2015 at 07:56 Hello everyone, I need to measure sleep time of my Cortex-M4 processor (STM32F4xx). I looked at DWT where I also use normal tick counter and I enabled SLEEPCNT counter. However, I noticed that it is 8-bit ...

tm3341 by Associate II
  • 594 Views
  • 1 replies
  • 0 kudos

SSD1963 and DMA with FMC

Posted on May 10, 2015 at 01:14The original post was too long to process during our migration. Please click on the attachment to read the original post.

davide by Associate II
  • 3156 Views
  • 14 replies
  • 0 kudos

New HAL libraries vs Std Peripheral libraries

Posted on March 04, 2014 at 11:32I had a quick glance into the new format ST libs that come with STM32cube. We have some projects using the Std peripheral libs and wonder if they should be refurbished to be used with the new HAL libs. I'm a little c...