STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Functions execution times measurment

Posted on January 20, 2013 at 08:38Hi, I want to measure the preformance of my program,by measuring the execution time of various functions ,as the atollic toolchain dont have functions like : clock_gettime ,that is somewhat accurate to the milli se...

STM32F4 - ''No target connected''

Posted on January 19, 2013 at 02:49I have recently assembled the first prototype of a new board I'm working on for a project and have so far been unsuccessful in connecting to it with the STM32 ST-LINK Utility. The chip I'm using is the STM32F407VET...

my u8 becomes 0 after leaving the interrupt ?

Posted on January 18, 2013 at 04:07I automatically feel stupid asking this question, I feel as if I should know this already. I'm not sure the relation volatile, static and other keywords have with variables that you may access all over the place. S...

Handling multiple interrupts on single EXTI line

Posted on January 17, 2013 at 05:20Hi all, I want to use a multiple interrupts on the single EXTI line. In my case I want to handle interrupts of PF8 and PG8 pins on EXTI_Line8 so how can i do that? Do you have any sample code for that? When I initi...

manoj23 by Associate II
  • 565 Views
  • 5 replies
  • 0 kudos

Simple GPIO Question

Posted on January 18, 2013 at 18:12First off, please bear with me as I am new to this new environment.....The board I am using is the STM32VL. Looking at the user manual, I found the description of the pins that I want to use for simple output push/...

rj by Associate II
  • 907 Views
  • 6 replies
  • 0 kudos

USART receive data on STM32F4

Posted on January 18, 2013 at 19:01HiI am trying to receive data via USART and then put it on the LCD. I am using the following code.void print_response(void){ uint8_t i, resp[5]; for (i=0;i<5;i++) { while (USART_GetFlagStatus(USART3, USART_FLAG_RXN...

nakulrao by Associate II
  • 1536 Views
  • 6 replies
  • 0 kudos

STM32F103ZF USB mass storage device problem

Posted on January 18, 2013 at 17:35Hello all,          I am working on a project where I need to implement USB mass storage device.  My SD card is communicating with controller on SPI2. As this microcontroller doesn't have the library for SPI so I u...

bikash by Associate II
  • 321 Views
  • 0 replies
  • 0 kudos

SImple question #ifndef __STM32F100_Dicovery_H

Posted on January 18, 2013 at 02:11what is this for /**   ******************************************************************************   * @file    STM32vldiscovery.h   * @author  MCD Application Team   * @version V1.0.0   * @date    09/13/2010  ...

xtian by Associate II
  • 1328 Views
  • 11 replies
  • 0 kudos

USART2 Configuration Problem

Posted on January 07, 2013 at 00:23Hi, I'm trying to read data from an external modem using USART2. PA2=RXD and PA3=TXD. The RXD only drives to about 1 volt. which is why I can't read anything. Is the following code setting up the pins correctly or...

stenasc by Senior
  • 1171 Views
  • 9 replies
  • 0 kudos