Attention is currently required from: fixeria.
1 comment:
File src/target/firmware/board/se_k2xx/afcparams.c:
Patch Set #2, Line 42: int16_t afc_initial_dac_value = -2957;
DAC center, min and max numbers in TI's afcparams table are written with a left shift of 3 bits! (More precisely, it is a fixed point format with 3 digits to the right of the binary point.) Therefore, based on your averages you should set `afc_initial_dac_value` to -369 or -370 instead.
To view, visit change 42605. To unsubscribe, or for help writing mail filters, visit settings.