B@tto 51 Posted February 20, 2014 Share Posted February 20, 2014 So I made the modifications. In fact I realize that some commands are doubled but that's not a problem so I let it for a later job. Unfortunaly my ENC seems dead : still not working so I checked with my oscilloscope and no movement on MISO even if SCK, CS and MOSI seem to send commands. So I wait my replacement ENCs ... Quote Link to post Share on other sites
reaper7 67 Posted April 5, 2014 Author Share Posted April 5, 2014 bump... New 0.7 version Quote Link to post Share on other sites
reaper7 67 Posted April 26, 2014 Author Share Posted April 26, 2014 bump... New 0.8 version Quote Link to post Share on other sites
ilpaso 0 Posted June 16, 2014 Share Posted June 16, 2014 Hi, is there a way to use this library with MSP430F5529? I know there is another library (http://forum.43oh.com/topic/5070-energia-library-etherenclib-for-enc28j60/) but I'd like to use the DHCP feature. Thank you Quote Link to post Share on other sites
reaper7 67 Posted June 16, 2014 Author Share Posted June 16, 2014 @@ilpaso yes - it's working with little modifications but I do not have time to check everything Quote Link to post Share on other sites
reaper7 67 Posted June 16, 2014 Author Share Posted June 16, 2014 @@ilpaso - for tests only!...check it and tell me in this topic how it works for You Ethercard_MSP430F5529.zip BTW - I know that is more changes in github for this library, but I need more time for implement... new version with F5529 support and all last github changes - see first post Quote Link to post Share on other sites
reaper7 67 Posted June 20, 2014 Author Share Posted June 20, 2014 bump... New 0.9 version bluehash 1 Quote Link to post Share on other sites
reaper7 67 Posted June 29, 2014 Author Share Posted June 29, 2014 bump... New 0.9a version bluehash 1 Quote Link to post Share on other sites
Asondo 0 Posted November 20, 2014 Share Posted November 20, 2014 Could anybody port this library to use with Code Composer Studio or GCC? I could pay for it... Please Quote Link to post Share on other sites
Asondo 0 Posted November 20, 2014 Share Posted November 20, 2014 Could anybody port this library to use with Code Composer Studio or GCC? I could pay for it... Please Quote Link to post Share on other sites
superbrew 0 Posted December 2, 2014 Share Posted December 2, 2014 Hi, I am able to get the testDHCP example working, but on others I get the following error: In function `abort': abort.c:(.text.abort+0xa): undefined reference to `_exit' collect2.exe: error: ld returned 1 exit status How do I fix that? I have tried different versions of Energia, I have replaced the 'cores' lm4f library, I have replaced spi.cpp and spi.h. EDIT: I figured it out, there is a commented section in startup_gcc.c __attribute__((weak)) extern void _exit (void) { } I uncommented and it is working fine now. reaper7 1 Quote Link to post Share on other sites
JulioMachado 0 Posted February 15, 2015 Share Posted February 15, 2015 Hi, I am able to get the testDHCP example working, but on others I get the following error: In function `abort': abort.c:(.text.abort+0xa): undefined reference to `_exit' collect2.exe: error: ld returned 1 exit status How do I fix that? I have tried different versions of Energia, I have replaced the 'cores' lm4f library, I have replaced spi.cpp and spi.h. EDIT: I figured it out, there is a commented section in startup_gcc.c __attribute__((weak)) extern void _exit (void) { } I uncommented and it is working fine now. Thank you! I was looking for anything wrong within the browseUrl() method (with no luck) when I saw your new EDIT. Quote Link to post Share on other sites
blipton 0 Posted February 22, 2015 Share Posted February 22, 2015 I'd like to compile the Ethercard library using IAR workbench and see if the performance is any different than that of the Energia platform. We have an evaluation version of IAR so hoping this could yield an interesting comparison between the commercial and free tool for the MSP430. I'm not an expert in the MSP430, but I do have it connected to an enc28j60 board and the backsoon/ping works fine. On my todo list is to create an example that pushes a lot of data back and forth. In any case, my first crack at the port gives me compile errors that I'm not sure what they mean or how to solve: In the Print class: 'class Print' has virtual functions but non-virtual destructor : class Print error: expected ',' or '...' before '&' token : size_t print(const String &); ISO C++ forbids declaration of 'String' with no type : size_t print(const String &); Perhaps related to the above Print errors, the BufferFiller class (which inherits from Print) has the error: 'class BufferFiller' has virtual functions but non-virtual destructor So I understand Print.cpp has it's roots in the Wiring/Arduino world, and the the guts seem to call 'write'... but would would be the bare minimum functions in the Print Class that I would need to implement? Assuming that's the issue? Thanks! Quote Link to post Share on other sites
marsh 0 Posted March 21, 2015 Share Posted March 21, 2015 Hello! I Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.