STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Timer Input Capture on Both Rising and Falling Edge

Posted on June 06, 2014 at 13:14Hi all,           Presently i am capturing input signal only on its rising edge and also i can capture the same signal only on its falling edge. But i need to capture on both rising and falling edges, please let me kn...

A stupid question about GPIO input mode

Posted on June 07, 2014 at 00:56Hi ST,I'm using ST32F4Discovery board, and I want to read a 4 bit data that is continuously streaming in. I'm thinking of doing:1. set GPIO port for the input (say PA10)2. call this function to read data: GPIO_ReadInp...

Problem with stm32f4 discovery & stm32-mat/target

Posted on May 06, 2014 at 08:13 Hi, I am trying to get my stm32f4 discovery working with the Matlab/Simulink package provided by ST. I am using Matlab R2014a V8.3on Windows 7. I am using Keil µVision 4.72 as toolchain. When I am tryi...

zhjize by Associate
  • 1399 Views
  • 7 replies
  • 0 kudos

STM32F0308DISCOVERY Bootloader Go-Command

Posted on June 06, 2014 at 11:00HiThe bootloader GO command doesn�t work as expected. Generally AN3155 is wrong here, because the second ACK after the address isn�t send also on other chips (STM32F2, STM32F4, �), but the jump works there.Test system...

STM32F4: UART not transmitting

Posted on June 05, 2014 at 16:16Hi,I am currently working on an application that will send/receive time and date data through serial connection via UART. To get a prototype up and running, I modified the RTC calendar example code that comes with STM...

tyx3gu by Associate II
  • 1021 Views
  • 6 replies
  • 0 kudos

STM32CubeMX bug with STM32F030x (GPIO mode)

Posted on April 03, 2014 at 18:16After upgrading to version 4.1 . There are the following problems . When creating a new project (MCU STM32F030F4Px) and assigning output PA0 ( tab PINOUT) as GPIO_Input, then clicking in the tab Configuration -> GPI...

Time Base for Timer in Encoder Mode

Posted on June 06, 2014 at 05:13 Hi , I came across the following codes . TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; TIM_TimeBaseStructure.TIM_Period = 0xffff; TIM_TimeBaseStructure.TIM_Prescaler = 0; TIM_TimeBaseStructure....