Hello,
I am writing a firmware for STM32F10x microcontroller.
I use Firmware Library supported by IAR.
I try to write my project in C++.
When I build the project, the compiler gives me the following warning message in file stm32f10x_vetor.c:
warning: variable "__vector_table" was declared but never referenced.
Please help.
Thanks in advance.