I am getting linker errors such as the following:
Output/Release/Obj/saadc_pca10056/nrf_sdh.o:SDK\components\softdevice\common/nrf_sdh.c:83: undefined reference to `start_sdh_req_observers'
Output/Release/Obj/saadc_pca10056/nrf_sdh.o:(.rodata.sdh_req_observers+0x4): undefined reference to `__stop_sdh_req_observers'
I've seen other posts with this problem such as this and this, but I am not familiar enough with the nRF5-SDK to understand what is being said about the linker script. There is a flash_placement.xml file included in my project. I tried to modify it per advice from other posts but it led to errors (I probably messed with the XML file with my whitespaces). Apart from this, I am not really sure what to do.
Any suggestions would be greatly appreciated!