This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AFE4404: Calibration_AFE4404.c BLOCK_SIZE & BLOCK_SIZE_BITS value

Part Number: AFE4404

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.