User Activity

If I am trying to use INT1 to indicate a "data-ready" event, does that result in a Low to High transition on the INT1 pin? Or a High to Low transition on the INT1 pin?  Does the line stay high indefinitely, until the data is read? What happens when n...
How consistent is the LSM6 sampling clock? I didn't see any details regarding clock variation at different temperatures, etc in the manual. However, I may have missed it. 
I am a bit confused about changing the Gyroscope Full-Scale range during operation (dynamically).  Do I only need to change register CTRL2_G, or anything else too, to trigger a change to the Full-Scale range? What happens once I change the sensitivit...
Hi,      I am having trouble getting the Timer to trigger a DMA -> SPI operation. Namely, I want to set the timer up to run,. Then, get every overflow event to trigger the DMA to move a byte into the SPI. The SPI should auto-send. Then, the cycle rep...
Dumb question, can the DMA perform separate, parallel operations with the different channels? For example, could I use the DMA to transmit with the UART and the SPI devices at the same time without one interrupting the other? I'm unclear from readin...