STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

GNU ARM compile problem, FLASH_KEY

Posted on November 17, 2013 at 19:06Hello,I am using GNU ARM gcc version 4.7.4 to compile a simple LED flasher using STM32_USB-FS-Device_Lib_V4.0.0.  I am getting the following error: -I/AddIns/Development/STMicro/STM32_USB-FS-Device_Lib_V4.0.0/Libr...

pgregson1 by Associate III
  • 692 Views
  • 3 replies
  • 0 kudos

STM32F050F6: 1or 2 USART?

Posted on November 18, 2013 at 00:11The device selection says 2 USART, The datasheet says:'1 x USART supporting master synchronous SPI and modem control; one with ISO7816 interface, LIN, IrDA capability auto baud rate detection and wakeup feature'Bu...

johnlee by Associate II
  • 511 Views
  • 3 replies
  • 0 kudos

stmf4 external interrupt

Posted on November 15, 2013 at 16:35I have a rather simple problem. Just trying to run the external interrupt on pin PA0 on stmf4-discovery without the library functions. It ran correctly on simulation trial using stm32f103 device. But I'm missing o...

sen by Associate II
  • 637 Views
  • 3 replies
  • 0 kudos

STM32VL Discovery -> Strange Voltages

Posted on November 16, 2013 at 19:21So far from the help here (mainly clive1) I got my timers running, GPIO initialized and some demo code running.  The device I am trying to control is not recognizing the data I am trying to send to it so I dug a l...

SYSCLK

Posted on November 16, 2013 at 17:00I read in system_stm32f4xx.c that after reset, sysclk is 168MHz. I want to creat a function delay 1s.void Delay(void) { uint32_t i; for(i=0; i<0xA037A00; ++i)   // A037A00 = 168.000.000 { }   }.Who can explain fo...

41003160 by Associate II
  • 537 Views
  • 3 replies
  • 0 kudos

Timer 5 never counts from zero

Posted on November 16, 2013 at 05:57 #define SYS_CLK 24000000 /* in this example we use SPEED_HIGH = 24 MHz */ #define DELAY_TIM_FREQUENCY 1000000 /* = 1MHZ -> timer runs in microseconds */ /* Enable timer clock - use TIMER5 */ RCC_APB1PeriphC...

stm32f103rb NSS

Posted on November 15, 2013 at 02:58hello,I have a problem about the stm32f103rb. According to the RM0008  reference manual downloaded in your website, I find the description of  slave select(NSS) pin management. So the NSS signal can be driven high...