Posted on May 17, 2011 at 14:11> If you want others to look at it you will need to zip up the whole project and attach it to your post. Well, that's not what I was asking, I was more hoping to have a discussion about the potential problems so that I...
Posted on May 17, 2011 at 14:06Domen: I have tried all 4 CPOL/CPHA combinations without luck. As for the SPI initialization code. Check the attached file if you would prefer to see it in context. Below is a brief explanation of what I believe are th...
Posted on May 17, 2011 at 13:50I just noticed that the blinky example sets up the vector table in main.c as follows: unsigned int * myvectors[4] __attribute__ ((section(''vectors''))) = { (unsigned int*) 0x2000800, // stack pointer (unsigned int...