STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 Interrupt Delay Issue

Posted on January 24, 2013 at 08:03Hello,I have been working with STM32F4 Discovery for a while. I haven't had any trouble before but I found some problems that I want to know why it happens. Currently, I'm trying to use external interrupt at 125kHz...

0690X00000605UZQAY.png
hslwlim by Associate
  • 705 Views
  • 1 replies
  • 0 kudos

STM32F4 DISCOVERY WAVE PLAYING ABD RECORDING

Posted on January 21, 2013 at 15:10Hello ; I have project where I have to record and play wav files  simultaneously , but it is not clear in the datasheet of cs43L22 if that possibe or not  ; Could anyone confirm that please if possible or not ? R...

sami by Associate II
  • 908 Views
  • 7 replies
  • 0 kudos

Problem with upgrade STM32F0DISCOVERY to V2J16S0

Posted on January 23, 2013 at 17:28Today I update my STM32F0DISCOVERY ST-Link/V2 from version V2J14S0 to V2J16S0. I use an evaluaton version oh KEIL (version 4.60.0.0). Before the update I succeed in set breakpoints in my code. After the update I ca...

Question about Startup Assembly Files

Posted on January 24, 2013 at 00:26I am using STM32F103RF chip, in the startup folder I see a full list of startup_stm32f10x_??.s files, which one is suitable for my case?

romey by Associate II
  • 423 Views
  • 1 replies
  • 0 kudos

STM32F103ZET6 has internal flash, What kind?

Posted on January 22, 2013 at 01:53Excuse me.STM32F103ZET6 is included in my board.Documents from internal flash is being used.I do not know what kind of flash. #stm32-internal-flash-kind

vegito4 by Associate II
  • 840 Views
  • 5 replies
  • 0 kudos

STM32F4, wish list for 2012.

Posted on January 06, 2012 at 19:301 - STM32F405RE / RC 2 - Analog comparator with DAC reference. 3 - Embedded ethernet phyter. 4 - PGA. #least-likely-prediction-for-2013

Asantos by Senior
  • 2975 Views
  • 21 replies
  • 0 kudos

External interrupt subroutine not being called !!!

Posted on January 18, 2013 at 10:20 I am trying to write a simple program to toggle an LED at PORTA.3 on trigger by an external interrupt on PORTB.0..a switch is attached to PORTB.0 for changing the state of Port. I have done the initializati...

kunal5959 by Associate II
  • 1563 Views
  • 10 replies
  • 0 kudos

Strange USART

Posted on January 20, 2013 at 08:00HiI have been attempting to send Hex values via USART to another device. When I did not get the expected results, I hooked it upto my comp and saw some strange stuff on the terminal.the USART_SendData() function se...

nakulrao by Associate II
  • 1321 Views
  • 8 replies
  • 0 kudos

PIPILINE

Posted on January 21, 2013 at 03:33Hi guyz, based from the architecture of STM32M series they have a pipeline which allows for more effective processing. does IAR/KEIL/CooCox/Eclipse GCC automatically do this pipelining or you what to code in asm in...

xtian by Associate II
  • 510 Views
  • 4 replies
  • 0 kudos

GPIO QUESTION2

Posted on January 21, 2013 at 09:27Hi guyz, Thank you for your continous support, heres my problem now  while (1)   {     USART_SendData(USART1, 65);     if (GPIO_ReadInputDataBit(GPIOB, GPIO_Pin_6)==1)     {       //GPIOB->IDR >> 8;       USART_Sen...

xtian by Associate II
  • 506 Views
  • 3 replies
  • 0 kudos