/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / get an ADC value

Username:     
Password:     
             

Forum

# 1   2011-12-15 13:36:14 get an ADC value

antoniocas
New member
Registered: 2010-12-10
Posts: 2

get an ADC value

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

Offline

 

Board footer