Hello,
I am using SDK15.0.0 and nRF52832. Using Segger IDE on windows platform.
My project has to read Analog sensor input through SAADC and transmit the values using SPI.
I did compile and tested SAADC and SPI modules individually. It works. I enabled NRF _LOG and it also worked.
Next step, I wante dto merge both SPI and SAADC implementation as one project.
Created user specific SAADC files and SPI files. Created main.c file with user specific functions(SAADC and SPI)
I created user folders and added them in configurations. Compiled and tried to test. It works.
So far it is working all good. Now, I wanted to enable NRF_LOG option after merge. After merging files it doesn't work and I get Hardware default from file ses_startup_nrf52.s
Please help me