In Nordic's example GCC projects, the Makefile of the SD examples have -DSOFTDEVICE_PRESENT defined. However I noted that even though it is defined here, in nrf_drv_common.h it does not unlock the section dependent on this DEFINE. It seems I need to ALSO add SOFTDEVICE_PRESENT to the Project Symbol's section.
-
Why does SOFTDEVICE_PRESENT have to be defined twice?
-
Is this a new requirement for SDK 12?
Thanks,
-DC