Part Number: MSP430F5529
Hello,
I'm using the MSP430F5529 and would like to time stamp an event whenever an Input GPIO is Low.
I'm using the MSP430 to communicate to the MC3672 accelerometer. Whenever the MC3672 INTERRUPTS, I need to time stamp it and store this value somewhere in memory for later access. The INTERRUPT happens every 5ms, so time stamping needs to have low resolution.
Has anyone done this before? Any helpful hints would be appreciated. Thanks.