STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

input capture pwm input mode precision

Posted on March 17, 2014 at 17:39 Hello, I am writing code to capture an incoming square wave frequency. Here is my initialization code: TIM_ICInitTypeDef TIM_ICInitStructure; GPIO_InitTypeDef GPIO_InitStructure; NVIC_InitTypeDef NVIC...

SPI continuous transmfer problems

Posted on March 17, 2014 at 09:20dear sir, I use the STM32F4 uP to control peripheral IC by SPI protocol. And I composed the source code according to the the reference manual (Doc ID 018909 Rev 5). However, the data is invalid after SPI_I2S_FLAG_RXN...

0690X000006056xQAA.png

STM32L151CB Hardware RTC issue

Posted on March 17, 2014 at 05:53Hi cliveI am using STM32L Harware RTC  for continuous date and time display.I found that RTC seconds gets decreased after few hours and display wrong time.RTC Clock: LSE.MCU Clock : 4MHz.Have you observed this issue?...

Initialize TIM2 Channel 2 for PWM Output in Assembly

Posted on March 15, 2014 at 04:00Hello,I have a STM32F100RB discovery board and I am trying to setup up TIM2 Channel 2 to output a PWM signal using assembly language, but I am having trouble sorting through the reference manual. The code I have so f...

shaw205k by Associate
  • 643 Views
  • 2 replies
  • 0 kudos

stm32f4discovery connection with sd/mmc card

Posted on March 16, 2014 at 22:17HelloI want to connect a SDcard to stm32f4discovery .A typical sdcard has CMD , CLK , DAT[0:3] , GND & VDD pins .how should this pins be assigned to SDIO related pins( D0...D6 , cmd & ck ) in stm32f407vgt6?Can sdcard...

STM32F1 I2C Errata when writing

Posted on March 16, 2014 at 22:59Dear fellow users,after a long time researching and trying different code on my stm32f103rc. After finally adapting the raw AN2484 code, I figured out the problem, when checking for certain EV flags.This seems to wor...

Manual question.

Posted on March 16, 2014 at 16:11Hello, perhaps I've went the wrong direction downloading manuals and software for my new 32F4 Discoery board. I've started reading the ''DM00037368 Getting started with software and firmware enviorments for the STM32...