Posted on May 17, 2011 at 13:03I am writing a firmware for STM32F10x microcontroller in C++. I have a problem with my project: When I use PWR_EnterSTOPMode function in my code, in order to enter to STOP mode, the C++ linker gives me the following er...
Posted on May 17, 2011 at 13:00Thank you very much for your reply, Peter. I tried to put the definitions of the functions in file stm32f10x_it.c to Extern ''C'' block. Then I've changed the name of the file to stm32f10x_it.cpp. Compiler enforced me ...
Posted on May 17, 2011 at 13:00Quote:On 22-01-2009 at 13:29, Anonymous wrote: Quote:It will not solve the problem. It will solve the problem that you stated; viz, the ''declared but not used'' compiler warning. Quote:I need the vector table in fla...
Posted on May 17, 2011 at 13:00It will not solve the problem. I need the vector table in flash memory in order to be able to handle the interrupts. :-?
Posted on May 17, 2011 at 13:00Hello, I am writing a firmware for STM32F10x microcontroller. I try to convert my project to C++. When I build the project, the compiler gives me the following warning message in file stm32f10x_vetor.c: warning: variab...