Hi,
we have developed some software that is running fine on the nRF52-DK (PCA10040 v0.9.0) which uses nRF52832 IC revision "Engineering B".
We are using SoftDevice s132_nrf52_2.0.0-4.alpha (which is a bit outdated, but we wanted to wait for a production ready release before putting effort into migration).
We are using nRF52 SDK v0.9.2 (here, we are also waiting for a production ready release of nRF5x SDK v11).
Our problem: When we try to run the software on our own PCB which uses the NRF52832 QFAABA 1545AG, we can't observe any radio activity (advertising). But we get debug output, so the system itself seems to be running. Our PCB does not contain the DCDC coils, but that doesn't seem to be the problem here (we removed the coils on the PCA10040 and the software still worked).
Will it be necessary to update the SoftDevice to run our software on the NRF52832 QFAABA 1545AG?
If we update to the latest SoftDevice v2.0.0 (production ready), will we be able to use the PCA10040 v0.9.0 with this SoftDevice? Or will we have to throw away the nRF52-DKs with Engineering B revision? This page suggests that SoftDevice v2.0.0 does not run on the Engineering B revision.
Further, will we also have to update the SDK if we're migrating to SoftDevice v2.0.0?