Hi
This is my first proyect and i´m trying make an ADC adquisition like the example http://www.stm32circle.com/forum/viewtopic.php?id=918 , but when i add the includes i have this message
" C:\Users\Usuario\Downloads\proyecto\interface\Application.c:13:23: fatal error: stm32f10x.h: No such file or directory"
I don´t know if the problem is that i need more includes or change another thing.
I had added this includes
#include "circle_api.h"
#include "time.h"
#include "stdio.h"
#include "signal.h"
#include "stm32f10x.h"
#include "stm32f10x_adc.h"
#include "stm32f10x_dma.h"
#include "stm32f10x_gpio.h"
#include "stm32f10x_rcc.h"
#include "misc.h"
Thanks
Antonio