Hello !
In latest errata,https://infocenter.nordicsemi.com/pdf/nRF52840_Rev_3_Errata_v1.1.pdf is not so clear all details of this anomaly
[254] RADIO: External PAs, FEMs, and LNAs need additional Radio configuration.
1. Can I apply this errata for any revision of nRF52840 with and without FEM ? Or I should track revision of chip and know if it used with or without FEN nRF21540 ?
Or it safe to use it for any nRF52840 ?
2. Should I apply this code for all radio modes, BLE and IEEE as first step ?
Apply the following code before enabling the RADIO in any radio mode: if (*(volatile uint32_t *) 0x10000330ul != 0xFFFFFFFFul) { *(volatile uint32_t *) 0x4000174Cul = *(volatile uint32_t *) 0x10000330ul; }
or this is for NON IEEE modes only ?
3. And this code "If entering another RADIO mode after mode 802.15.4, apply the following code before enabling the RADIO:" is really no need if RADIO is powered off / on before switching to other radio ?
Please clarify usage of this errata.
Regards,
Eugene