jimmie
Junior Member
Posts: 86
|
Post by jimmie on Aug 1, 2019 20:06:44 GMT
I tried the following:
StartOfUninitialised_LMURam_Variables
EthernetClient abcClient;
This did not work.
However, if the declaration of the EthernetClient is used as a local variable, then it works.
BTW, I had reported before that the latest Ethernet library (2.0.0) does not work with the ShieldBuddy. I am using an earlier version of that library.
|
|
|
Post by Admin on Aug 2, 2019 7:21:15 GMT
It is not possible to locate the Ethernet driver in LMU RAM.
|
|
jimmie
Junior Member
Posts: 86
|
Post by jimmie on Aug 2, 2019 7:33:53 GMT
Thank you.
I wish this was written anywhere as I spent hours debugging it.
I am also having problems with EEPROM. Init, read and write are not working. It used to work so it is either a library or a memory issue because it works on another sketch.
Any help is appreciated.
|
|