Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Arduino Due will not work properly (Read 4440 times)
yandreev3
Newbies
*
Offline


Posts: 3
Joined: Feb 23rd, 2013
Arduino Due will not work properly
Feb 3rd, 2015 at 4:28pm
Print Post  
Hey guys. First post so bear with me.
I'm using visual studio 2013 professional with visual micro and am trying to get my code to work but I am unsuccessful. I have run into a total of 3 errors that I can't figure out. 1) It doesn't find some of the libraries. 2) It doesn't find some functions defined in the hardware/arduino folder. for example:
Code
Select All
adc_start(ADC); 

   and 3)  When I upload code that compiles, It doesn't run properly on the due.

I have tried this using the regular arduino IDE and it works flawlessly there. Has anyone run into this problem that can help me?
Thanks!
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Arduino Due will not work properly
Reply #1 - Feb 3rd, 2015 at 4:36pm
Print Post  
Hi,

1)
First thing to check is to see if you have entered a value for the optional sketchbook location in the Ide locations dialog? If you have then please clear the value and then click "tools>visual micro>reload toolchains"

2)
Please confirm the version of visual micro you are using see tools>options>visual micro>version?

3)
If 1) was not the issue (and you are on an up to date version) then please switch on "tools>visual micro>verbose messages", then click "Build>Clean Solution", then build and email the output to info [at] visualmicro.com

Please include a link to this post in your email.

Thanks
« Last Edit: Feb 3rd, 2015 at 4:37pm by Tim@Visual Micro »  
Back to top
IP Logged
 
yandreev3
Newbies
*
Offline


Posts: 3
Joined: Feb 23rd, 2013
Re: Arduino Due will not work properly
Reply #2 - Feb 3rd, 2015 at 4:43pm
Print Post  
It did not help. I sent the output to the email you provided.

Thanks for the quick response!
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Arduino Due will not work properly
Reply #3 - Feb 3rd, 2015 at 4:47pm
Print Post  
Hello,

Please answer question 2), I edited and added it after the original post Smiley

Thanks
  
Back to top
IP Logged
 
yandreev3
Newbies
*
Offline


Posts: 3
Joined: Feb 23rd, 2013
Re: Arduino Due will not work properly
Reply #4 - Feb 3rd, 2015 at 4:50pm
Print Post  
My bad. Its  1.1407.10
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Arduino Due will not work properly
Reply #5 - Feb 3rd, 2015 at 4:54pm
Print Post  
Please confirm the minor version which should be 6 or 7?

Please also open the arduino ide, click "file>preferences>verbose compile" then build and email the output so I can compare

Lastly please confirm the #includes that are at the top of your [sketch_name].ino

Thanks
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint