2015-09-08 09:51 AM
2015-09-08 10:13 AM
So if it's interrupting every 1ms, can't you count off 25 or 30 interrupts and buffer and process the data as required? You could make each buffer hold 5ms of data if that makes things easier.
I'm not really looking to do your homework on this.