>> So Darrel if i made this with just an ASM interrupt i would be able to get my 125uS since i wouldnt need the Reenter Context Saving...
Correct.
>> A bit Array of 120 samples in Assembler .... mmm..... mmmmm....
In ASM, you would just shift the bits into a byte var. After 8 bit's move to the next byte. After 15 bytes you're done.
>> By the way would you consider (in my case) the pauseus 125 Take Sample option?
YES!
Your program just sits in a loop anyways, waiting for the sample to finish.
No need to use interrupts, if it's not doing anything in the first place.
Or, you can still use the timer. Just poll the TMR2IF Flag.
<br>
Bookmarks