Hey all,
I am currently working on a maple rev 5 board with the v0.0.12 IDE. After uploading my code to the board nothing happens except that the status LED stay solid for several seconds before turning off.
I have several outputs over both serial and lcd in the void setup() function call that are not being called. I believe that none of my code is being executed.
After powercycling the board several times, and waiting for a couple of minutes my code starts executing.
Any idea why this is happening? Also is there any pre-setup code, (I.E the lcd declaration) that would take a long time to execute?