electroRF
Member
hi NorthGuy,
Thank you again my friend.
that sounds a good option.
ill put more thought on it to put it on paper and will raise it up in front of my team.
ill need before to offer quick solution for my current algorithm.
what do you think of this method to detect that i crossed to the4th quarter?
//assuming 16k buffer
Accumulator = R - BUFFER_START
ACCUMULATOR &= (1<<13 | 1<<12); //Mask with 8kB and 4KB
if (Accumulator == (1<<13 | 1<<12) )
Transfer_1st_half
Thank you again my friend.
that sounds a good option.
ill put more thought on it to put it on paper and will raise it up in front of my team.
ill need before to offer quick solution for my current algorithm.
what do you think of this method to detect that i crossed to the4th quarter?
//assuming 16k buffer
Accumulator = R - BUFFER_START
ACCUMULATOR &= (1<<13 | 1<<12); //Mask with 8kB and 4KB
if (Accumulator == (1<<13 | 1<<12) )
Transfer_1st_half