energia 485 Posted September 25, 2013 Author Share Posted September 25, 2013 I cannot see any Stellaris boards on OSX ... just blank --- does anyone have a idea of why this is happening? Thanks, David Can you please start a new topic so that we can help you debug this issue? Quote Link to post Share on other sites
energia 485 Posted September 25, 2013 Author Share Posted September 25, 2013 Any updates on the code publishing? It's still not merged in the Github repo. The development branch has been merged with the Energia repo. The repo is not up to date with the release. Quote Link to post Share on other sites
roches 4 Posted October 2, 2013 Share Posted October 2, 2013 On the latest release of Energia E0010 there is a problem with the SPI-library. Try'd to verify the examples coming with energia and getting numerous errors on the SPI.h file like unit8_t has not been declared. also SPI.transfer isn't in the class description. Greetings Roche using a Stellaris Launchpad LM4F120H5QR (EDIT) I had nested the library-files to far in documents\energia\libraries therefore things where not moving. after copying spi.h and spi.cpp in the lcd_screen-library things where moving..... So i solved my problem in 3 days.... then i had to find out on which pins to connect my HY28A..... and finaly it works..... I'm new to "C" and to the Stellaris Lauchpad, but my experience with PASCAL \ BASIC \ FORTHRAN and other languages helpt me. I used to program PIC-micro's in BASIC.... Quote Link to post Share on other sites
Desmond 0 Posted October 5, 2013 Share Posted October 5, 2013 Roche, I had the same problem and I even went back to the earlier release for a while. Eventually found the problem. The answer is in the release notes. energia.nu/release.html Tiva / Stellaris: Sketches or libraries that use the SPI library fail to compileDescription:As a side effect of fixing a line numbering issue, the insertion point of Energia.h was moved beyond SPI.h, SPI.h is not able to find certain typdefs defined in Energia.h.Work around:Include #include <Energia.h> as the first line of the Sketch. Quote Link to post Share on other sites
roches 4 Posted October 5, 2013 Share Posted October 5, 2013 Desmond thanks, See my EDIT where i solved the problem.... Desmond 1 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.