STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F107VC AND KEIL PROBLEM

Posted on May 11, 2012 at 17:36Hello ; I am new to STM32 ; right now I could blink a led I have good experience with other MCU venders ; but this first time to ARM. I have strange problem with my code ; when I dont use the routine  creatfile(); t...

sami2 by Associate
  • 363 Views
  • 2 replies
  • 0 kudos

STM32F103VC - RTC Issue

Posted on May 08, 2012 at 16:24I'm bringing up a new board using the STM32F103VC, and I cannot get the RTC to function properly.  In the RTC initialization code, it always stops in the while loop waiting for the RCC_GetFlagStatus(RCC_FLAG_LSERDY) to...

jwormsley by Associate III
  • 446 Views
  • 4 replies
  • 0 kudos

starting my own PCB design with STM32

Posted on May 11, 2012 at 16:28Hello,   I have worked with STM32 on several demo boards. Now I want to start my own PCB board with STM32 microcontroller.   I like the free EDA tool of KiCad, which is available on both Windows and Linux. However, I ...

nsun by Associate
  • 268 Views
  • 0 replies
  • 0 kudos

USART with data parity

Posted on May 06, 2012 at 19:45 Hi all, I just wanted to share the surprise that I had today when, in order to have the USB CDC example virtualizing USART2 at 115200,8O1 on a STM32F102RB clocked with a 16MHz oscillator I had to configure ...

IRQHandler and RTOS

Posted on May 07, 2012 at 18:42Hi, I have a problem, because there are sensors signals a lot (at handler). The signals arrive at the same time, and then, sometimes, the counters don't stay the same each others, but I am simulating at the same signal...

incrementation of a timer by an input signal

Posted on May 09, 2012 at 17:18hi, i'm trying ton increment a timer in timing mode at each rising of a signal which arrive on an other pin here my code :     RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2,ENABLE);     RCC_APB1PeriphClockCmd(RCC_APB1Pe...

claire by Associate III
  • 610 Views
  • 5 replies
  • 0 kudos

STM32F107 LWIP demo of TFTP server

Posted on May 11, 2012 at 03:42Hi, I looked thru' the tftpserver.c code, and noticed that there are possibilites of memory leak in process_tftp_request() if efs_init() or ls_openDir() fails, ie, upcb is not released. Can anyone confirm that? Thanks...

songgee by Associate
  • 256 Views
  • 0 replies
  • 0 kudos

I2S/SPI interrupts

Posted on May 10, 2012 at 17:07Hi, I am using STM32F105RB and I have a problem with an I2S master receive connection, using SPI2. I have configured SPI2 in I2S master Receiver mode, and enabled a SPI2 receive interrupt but immediately after SPI2 ini...