Posted on May 17, 2011 at 13:09Hello, On some strange reason I can't make SysTick and SPI interruption work together. As soon as I enable SPI interrupts I am not able to catch systick iterrupts (I checking by setting a break point in the systick int...
Posted on May 17, 2011 at 13:09Hello atkranz, I am not sure, but probably CS signal is not working properly.. Are you able to check it with oscilloscope ? In my project that worked with LIS302DL, I used following code to initialize ChipSelect pin: C...
Posted on May 17, 2011 at 13:03Hello Domen, I checked with the Circle OS code. The resynchronization they are doing is aimed to restore communication with the sensor after pauses at breakpoints. The initialization of GPIO and SPI is pretty similar t...
Posted on May 17, 2011 at 13:03Hello yah996, As far as I understood from your post you were able to read from 'who am i' register in MEMS sensor ? Which sensor did you use (LIS302DL or other)? Could you please post the code how you did that. I have ...