Other Parts Discussed in Thread: C2000WARE
Hi,
I would like to use the CLB core to analyse an input bit stream. I would like to shift the bit stream in a serialiser and then count the number of 1 present in this register. However, I would like that the number of bit stored in the shift register remains constant. Thus, when a new value is shifted in, the MSB must be removed from the register.
Is it possible to implement such a behavior? Must I use an interrupt routine to update the last counter without MSB?
Thanks in advance for your answer.
Best regards