I got my Arduino DUE Yesterday and it doesn't want to run the uploaded script. If I upload the Blink Example my LED is on but doesn't blink. I have a Win7 x64 and running Arduino IDE 1.5.8.
Plz help me
You sure it compiled and said that it was "done uploading"?
I get This everytime:
Sketch uses 10,628 bytes (2%) of program storage space. Maximum is 524,288 bytes.
Erase flash
Write 11764 bytes to flash
[ ] 0% (0/46 pages)
[====== ] 21% (10/46 pages)
[============= ] 43% (20/46 pages)
[=================== ] 65% (30/46 pages)
[========================== ] 86% (40/46 pages)
[==============================] 100% (46/46 pages)
Verify 11764 bytes of flash
[ ] 0% (0/46 pages)
[====== ] 21% (10/46 pages)
[============= ] 43% (20/46 pages)
[=================== ] 65% (30/46 pages)
[========================== ] 86% (40/46 pages)
[==============================] 100% (46/46 pages)
Verify successful
Set boot flash true
CPU reset.
I've never used a due but I'd expect the "done uploading" message. You sure you're hitting the upload button, not just the verify?
JimboZA:
I've never used a due but I'd expect the "done uploading" message. You sure you're hitting the upload button, not just the verify?
Jip I did press upload!!
Do the Rx and Tx LEDs flicker during upload?
JimboZA:
Do the Rx and Tx LEDs flicker during upload?
No they dont!! And the L light is always on... I don't know why..
No they dont!!
Are you sure then that the IDE is seeing you? (But of course if it doesn't, it usually tells you.)
Perhaps double check the COM port in the IDE Tools matches what Windows says in Control Panel.
See if a sketch that uses serial comms works. You might have a problem with the LED.
The LED will normally appear on since internal pull-up resistors are enabled by default,
the Blink sketch does
pinMode (13, OUTPUT) ;
so it should disable internal pull-ups. You uploaded the standard Blink example?
An un-programmed DUE, or after manual erase, or programmed with sketch that doesn't use pin 13, will default with "L" and "ON" leds lit.
Note: Use the programming USB port just beside the RX and TX leds (not the native USB port)
During upload and only during the time the debug display scrolls the orange text, the "RX" and "TX" leds should be lit.
If "L" doesn't begin blinking after uploading the BlinkWithoutDelay sketch (for example), then you could try:
Manually press the white "ERASE" button
Unplug the USB cable
Re-connect the USB cable
Press the upload button to program with BlinkWithoutDelay sketch.
If this doesn't work, then it's possible you have a defective USB cable.
Or it's possible your PC isn't providing enough USB current, some ports may be configured for only 100mA-250mA ... in which case you may need to us an external USB hub with it's power adapter connected. This way the hub's USB port will provide up to 500mA.
I did every thing but didn't work and the TX/RX lights didn't light..But i Exchanged it for a new one so the board was actually defective. But thanks for your help.
I have the same problem new IDE the program will load fine but no pin goes high , if I try the old IDE all work fine ... as I need to upload with new IDE as some shield load only with the new IDE I can't load more program on the Arduino .. can anyone have an idea on what happen
thanks in advance