Hello,
I am trying to create a new project after add source files and header files . While compiling I got error like "device must be defined. see nrf.h.segger"
Kindly provide solution
Thank you in advance
Hello,
I am trying to create a new project after add source files and header files . While compiling I got error like "device must be defined. see nrf.h.segger"
Kindly provide solution
Thank you in advance
Hello,
I'd recommend that you use one of the existing SDK examples as a starting point instead. This will ensure that you have the correct linker settings, compiler flags, etc. Anyway, to fix the compile error you need to add your device type (e..g, NRF52832_XXAA) to the list of preprocessor definitions like shown below.
Thank you its working
Thank you its working