User Activity

I want to let the LIS2DH12 FIFO fill and wrap freely and then at a point in time access the history (LIS2DH12 contents) in a particular manner.  I want to first read the newest 15 samples (in any order) and then read the oldest 15 (in any order).  I ...
I need to clear the fifo and then at a later time read all samples taken since then.  Then later I will repeat this. I don't want any samples before or after that time window to get in my data.  I looked through the library and I can't see anything t...
I have used the wait feature before. I treat it just as if there is no wait. I have "while(true) wait;" in my main.c. (I only use interrupts, the code is pure interrupt-driven). I need to use halt now. Can I use halt the same way? Will the inte...
I cannot get interrupts to work and I found that NonHandledInterrupt is getting called. How do I find out what IRQ triggered a debug breakpoint at NonHandledInterrupt? I've stared at my code for hours and all it does is stare back.
I put the cosmic license in the wrong location, not in license folder. When I tried my first build in stvd it asked for license and I tried and tried in a loop. Eventually I got in a situation where it would just give the error in the log when I tr...
Kudos given to