We had developed a program with Mega2560 and runs well with it, but when we transplant it on Arduino Due board,
the Program couldnot pass compile.
Please tell me how to resolve this ?
Thank you so much!
We had developed a program with Mega2560 and runs well with it, but when we transplant it on Arduino Due board,
the Program couldnot pass compile.
Please tell me how to resolve this ?
Thank you so much!
Post your code. If it is large, use Additional Options and Attach it.
Hi!
I've the same problem, but with code compilation which using pgmspace.h and wdt.h libraries... at the beginning...
I knew that ARM has a different memory access method and I'm not sure shall I use pgmspace.h to store strings in the flash.
Also I need a watchdog function but don't know which library to use.
My project also using:
#include <EEPROMEx.h>
#include <Wire.h>
#include <RTClib.h>
#include <OneWire.h>
#include <DallasTemperature.h>
#include <SPI.h>
#include <SdFat.h>
#include <SdFatUtil.h>
#include <Dhcp.h>
#include <Dns.h>
#include <Ethernet.h>
#include <EthernetClient.h>
#include <EthernetServer.h>
#include <EthernetUdp.h>
and I think I'll have problems with them also ![]()
You've checked the status of all those libraries in the sticky thread here?