Posted on May 17, 2011 at 13:12Quote:On 25-05-2009 at 10:22, Anonymous wrote: Try compiling with the option extension based. its due to name decoration when using c++ I try this way, but it didn't works. Problem with the interrupts is still actual.
Posted on May 17, 2011 at 13:12In new Library v.3.0.0 startup file doesn't correctly works with cpp projects (IAR IDE) ? ''when any interrupt is generated, the pointer comes in asm interrupt implementation (startup_stm32f10x_xd.s) and remains there,...
Posted on May 17, 2011 at 13:06I've found what caused the problem. The language of project was C++. If i change project setting on ''C'', interrupts starts work correctly. Next question: what about c++ projects with new Lib v3.0.0 ? [ This message w...
Posted on May 17, 2011 at 13:06Yes, I tried examples of using TIM and USART - the same problem. This examples includes only source files. So I think problem covered in project settings or in library startup file.
Posted on May 17, 2011 at 13:06I have some problem with new Std Library v3.0.0 and interrupts. When any interrupt is generated, the pointer comes in asm interrupt implementation (startup_stm32f10x_xd.s) and remains there, and don't jump into my inte...