Hi guys
I would like to know more about nrf52832 errata 245.
Where can I check if data whitening is enabled and if the CRC contains an address field?
Can I ignore this errata when using a softdevice?
I am using sdk15.3.0, s132_nrf52_6.1.1.
Hi guys
I would like to know more about nrf52832 errata 245.
Where can I check if data whitening is enabled and if the CRC contains an address field?
Can I ignore this errata when using a softdevice?
I am using sdk15.3.0, s132_nrf52_6.1.1.
Neither BLE, ANT or ESB is affected by this issue, they don't use the combination of CRCCNF.SKIPADDR = 0 (CRC calculation include address field) with PCNF1.WHITEEN = 1. It's only if you write your own protocol you should be careful of this.
Kenneth
Neither BLE, ANT or ESB is affected by this issue, they don't use the combination of CRCCNF.SKIPADDR = 0 (CRC calculation include address field) with PCNF1.WHITEEN = 1. It's only if you write your own protocol you should be careful of this.
Kenneth