STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USART2 TC interrupt timing

Posted on July 21, 2014 at 21:47I am using the TC (transmission complete) interrupt on USART2 to detect end of transmission of a packet.  I have noticed that the interrupt isn't triggered until approximately 3.5us after the last byte is transmitted....

Where are the VDDA/GNDA pins in the STM32F205RG?

Posted on July 21, 2014 at 16:07Hello, I'm using the STM32F205RG chip (WLCSP64 package) This chip has no dedicated pins for VDDA/GNDA. Are these connections shared with a specific VDD/GND pin? If so which one? The goal of my question is to make a n...

caruel by Associate
  • 328 Views
  • 1 replies
  • 0 kudos

STM32CubeMX

Posted on July 19, 2014 at 22:33hi ,i am currently evaluating STM32CubeMX for STM32F4 , great tool for getting started on New MCU.I have few question : 1.How can i define User Code block ? so when i make changes to existing project    the STM32CubeM...

eyals111 by Associate II
  • 446 Views
  • 2 replies
  • 0 kudos

Problems During Debugger Mode

Posted on July 21, 2014 at 10:08 I am working with an STM32 eval2 board and trying to debug it. It used to work fine, and I haven´t changed anything, but for the last week or so I am always getting stuck in this loop while I am in debugger mode, ...

STM32F105 USART2's DR register not working

Posted on July 18, 2014 at 13:48Hi all,I'm trying to use the USART2 on the STM32F105CL to communicate with an hyper-terminal but unfortunatly, the hyper-terminal is not receiving anything. Even with a very simple code./* Includes -------------------...

maxime by Associate II
  • 1316 Views
  • 15 replies
  • 0 kudos

I2C slave clock stretching

Posted on July 21, 2014 at 09:43Hi everyone I am Khai. Currently I am working with STM32F103ZE. I would like to test on clock stretching by using a delay()-function. But seems like it doesn't work. Any advice or suggestion on how to make a test fo...

kyc by Associate II
  • 288 Views
  • 0 replies
  • 0 kudos

DCMI Not generating interrupt ??

Posted on July 20, 2014 at 20:23Hullo guys , I 'm writing my own Library for OV7670 Cam , using DCMI , I could talk to the cam properly through I2C , n now the probelm is that im trying to generate the LINE (HSYNC) interrupt as part of the testing ,...