STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Simulation Problem in keil 4.2V

Posted on October 15, 2011 at 10:03I could not simulate my code written for STM32F205ZE using keil 4.2V.Following is error code it is showing, when I start debug session.*** error 65: access violation at 0x0000000C : no 'read' permissionIf I try to ...

k_hraj by Associate II
  • 691 Views
  • 3 replies
  • 0 kudos

STM32 power-on problem

Posted on May 30, 2012 at 10:45I have designed a PCB that has an http://www.st.com/internet/mcu/product/250189.jsp microcontroller. It kind of works, but the micro has a weird power-on/startup problem. Basically, when the power is applied the micro ...

..

Posted on May 30, 2012 at 16:36...

rebestko by Associate
  • 327 Views
  • 0 replies
  • 0 kudos

field gpio_type could not be resolved error

Posted on May 28, 2012 at 18:51Why should the App.h file with :   /// PORTA[0..15] = Available :   RCC_AHB1PeriphClockCmd( RCC_AHB1Periph_GPIOA , ENABLE);    GPIO_InitStructure.GPIO_Pin = (GPIO_Pin_0 | GPIO_Pin_1 | GPIO_Pin_2 | GPIO_Pin_3 | GPIO_Pin...

jlchoobs by Associate II
  • 616 Views
  • 1 replies
  • 0 kudos

stm3210c-val

Posted on May 29, 2012 at 11:52hi, I am using stm3210c-eval and Ride7.  in my project i need to write and read from a micro sd card (file.txt). can you help me?    thanks .  

aymen by Associate II
  • 614 Views
  • 4 replies
  • 0 kudos

multimedia processing

Posted on May 29, 2012 at 11:13Are STM32F2 family processors capable of multimedia processing ?? for example : can they be used to capture videos and track objects or other camera features real time with a high quality image sensor (5MP and 720p @ 6...

Timer interrupt handling - multiple flags

Posted on May 28, 2012 at 07:28How should multiple interrupt flags be handled in the timer ISRs? 1. Handle all flags at the same time? 2. Handle a single flag? My code originally did #2, but I found sometimes I would get into a state where an interr...

jkuek by Associate II
  • 561 Views
  • 1 replies
  • 0 kudos

missing timer compare flags

Posted on May 28, 2012 at 07:21I'm actually hunting down a weird case where sometimes the timer counter matches the CCRx register but I never see the CCxIF flag set. This seems to occur when the compare occurs when I'm in that timer's ISR handling a...

jkuek by Associate II
  • 337 Views
  • 0 replies
  • 0 kudos