Hi.
I was looking at the Calibration_AFE4404.c code and I had a question.
In Calibration_AFE4404.c, it is declared BLOCK_SIZE = 8, BLOCK_SIZE_BITS = 3.
Is there any problem if I change it to BLOCK_SIZE = 16, BLOCK_SIZE_BITS = 4?
Additionally, may I know why BLOCK_SIZE = 8 is set?
Thank you.