STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bug for large SD cards in SDIO library code

Posted on June 01, 2011 at 22:33FYI, there's a bug in the SDIO standard peripheral library code when dealing with SD cards greater than 4 GB in size. The problem is the library code uses a parameter called ''address'' or similar in several of its fu...

ST Link connection error

Posted on September 27, 2011 at 20:20Hi, I have a problem with the STM32VLDISCOVERY and IAR6.20. After Download and Debug I get the following: Loaded macro file: C:\Programme\IAR Systems\Embedded Workbench 6.0 Evaluation\arm\config\flashloader\ST\Fl...

op2 by Associate II
  • 1589 Views
  • 5 replies
  • 0 kudos

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
  • 378 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
  • 256 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
  • 616 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...