Hello,
first of all, hello to the ARDUINO community. Im new in the Arduino environment, normally i program Freescale or Atmel Controllers directly. Please excuse my English, I am not native English. After reading a lot about ARDUINO, i decided to make my first steps on the ARDUINO environment. So i ordered the "DUE 2012 R3 Developmentboard AT91SAM3X8EA 32-Bit ARM Cortex" breakoutboard. Today it arrived, after unboxing the board and conntecting it to my PC the trouble began. I cant communicate with the board, maybe somebody can help me out with my problem. Here are the following steps i made:
1.) I`ve downloaded the the following software: "arduino-1.5.6-r2-windows"
2.) I extract it on my PC, working on Windows 8.1, x64
3.) I installed the drivers like written in the tutorial
4.) I started the software and went to tools and choose my COM-Port (COM5). I choosed the Arduino Due (Programming Port)
5.) I connected the Board on the programming usb-port near the DC-Supply connector
6.) I tried to send an demoprogram to the Due and here my problem began.
I can`t connect to the Board, everytime when i try t upload the code, i get the following message:
"fatal error: sys/config.h: No such file or directory
compilation terminated."
When i push the reset button, the yellow LED "L" blinks up. So i assume the bootloader runs correctly.
Where is my fault?
I searched for nearly 2 hours after the message, but can`t find a hint for solving my problem.
It would be realy nice if somebody could help me.
Thanks
P.S.: I`ve already tried the known issues like using another cable, etc.