STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RTC on STM32F030 without VBAT

Posted on October 05, 2013 at 17:04Hi everyonne.. I m planning to use STM32F030 for my projects, and the projects need RTC functtion. I notice that STM32F030 didn't have VBAT pin and Backup Registers... CMIIW.. so, how can we get RTC function withou...

STM32F3Discovery and PWM

Posted on October 04, 2013 at 22:58 Hi, i've been looking around for a solution to this for some days now, but nothing, maybe someone of you can help me. I have the following code: TIM_TimeBaseInitTypeDef TIM_TimeBase_InitStructure...

opiswahn by Associate II
  • 874 Views
  • 6 replies
  • 0 kudos

STM32f407 the timer6's frequence

Posted on October 05, 2013 at 04:14 TIM6 Update event occurs each 37.5MHz/256 = 16.406 KHz the words in the DAC exemple.    I want to know how to get the 37.5MHz ,how to calculate it out.Thank you for your help.

TIM4 CH3, CH2, CH1 now working

Posted on July 29, 2013 at 15:49help again, I work with a four-timer but it does not work the channels one, two and three. I initialize them but they do not give a PWM.CH4 working very good!My code:void init_pwm( void){    TIM_TimeBaseInitTypeDef TI...

svarog995 by Associate II
  • 1404 Views
  • 8 replies
  • 0 kudos

CANopen on STM32: Free API, Driver or Firmware Library

Posted on October 05, 2013 at 00:25I am interesting to learn the CANopen protocol. I would drive an electrical motor by CANopen interface. For this reason I am finding a CANopen stack, api, driver or firmware library free or open source. Can anyone ...

swd programming and 3.3v power ???

Posted on January 26, 2013 at 16:19Hi all, I've had great difficulties setting up my own STM32F405 board and having it actually run, but finally I've succeeded booting it and programming it from my stm32f4Discovery. However I have a very strange b...

issue with USB CDC

Posted on October 04, 2013 at 16:00Hi All, i'm using STM32F407, USB Device library V1.1.0 / 19-March-2012, i'm able to receive from PC to STM bytes using CDC, but i'm unable to send to PC from STM :( i modified function like this : static uint16_...

Parallel output of 8bits

Posted on October 04, 2013 at 11:13I have found working solution. But for me it look ugly.uint8_t command = 0x55; uint16_t u16Temp = 0; u16Temp = GPIO_ReadOutputData(GPIOA)&0xFF00; u16Temp |= command; GPIO_Write(GPIOA, u16Temp); Is there better way ...

pchala by Associate II
  • 567 Views
  • 3 replies
  • 0 kudos

Bad levels output on SDIO_CLK and PWM

Posted on October 02, 2013 at 11:24Hi all,I probably made a mistake in my first layout for STM32F103RE (LQFP64), with SDIO bus. My 400 KHz SDIO_CLK output is not consistent on oscillo : I see variations in the levels of the HIGH and LOW that vary wi...

neoirto by Associate II
  • 329 Views
  • 1 replies
  • 0 kudos

STMStudio V3 Problem

Posted on July 18, 2012 at 19:59 Hi Friends from ST and dear fellows. I'm using STMStudio with yagarto toolchain and STLIB with the STM32F4Discovery. Up to release 2.2 of STMStudio I was able to import any global variable avaliable from inside...