STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Code analyzer for STM32

Posted on October 03, 2011 at 16:50Hi STM32 users, I am writing an application for STM32 based on c code and I want to develop some unitary tests and do some code analyzis (optimization,....). Is there someone who did it? Is there free tools that ca...

stm32 + ILI9325 question

Posted on September 26, 2011 at 07:23im trying to interface a ILI9325 and im not 100% understanding how the write function works.the function was ripped from a driver file for the ILI9325 and the ports PC are used to control the control lines.why is...

Cant connect to stm32 discovery

Posted on October 01, 2011 at 00:11I have a problem with stm32 discovery. I am using IAR 6.21.3 and I constantly get the following error:Fatal error: Faild to read CPUID from Cortex deviceSession aborted!ST-Link Utility is also giving me an error:No...

shinobi by Associate
  • 389 Views
  • 2 replies
  • 0 kudos

STM32F100 RXNE Problem

Posted on October 01, 2011 at 18:45Hi everyone! I have some problem with USART interrupt while receiving. RXNE bit clearing automatically by entering the interrupt without any actions, therefore software cannot detect character received event. I use...

modus by Associate
  • 263 Views
  • 0 replies
  • 0 kudos

STM32F205 TIM2 Capture

Posted on September 27, 2011 at 12:04Is it possible to use the timer clock prescaler in input capture mode? I used some different values but that doesn't seem to make a difference, the value in TIM2->CCR3 is the same every time. 

cm600 by Associate II
  • 628 Views
  • 5 replies
  • 0 kudos

I2C communication with X9258

Posted on September 30, 2011 at 10:17Hello,I've got a problem communicating with a X9258 poti via I2C. This Poti has a protocol like:Start, Adress, send Byte, read two Bytes, Stopso is it possible with the build in I2C hardware to switch between tra...

Using 5 UARTs at the same time

Posted on September 30, 2011 at 00:08I am using an STM32F103ZE but could switch to a different model. I need to have all five UARTs running at the same time to receive data from different peripherals.  Originally I was thinking of having 5 ISRs to h...

Battery measurement.

Posted on September 27, 2011 at 13:26Good morning all, First of all, my project:Measure the voltage, current en temperature with an ADC from the STM32 Value Line Discovery. Sending this data to the computer with UART (RS232). The load on the batter...