Hello all,
I am using nRF52810 programming in segger embedded studio in windows 7. I am refer SDK nRF5 v5.2.0. I am trying to do i2c communication between sensor and nRF52810. I am create custom service for data reading and writing from device(phone).
I create new project in this i add all needed .c and .h file.when i build the program i got a error regarding undefined reference as shown below
1) Output/cuffee_sleeve Debug/Obj/nrfx_twim.o: In function `nrfx_twim_init':
undefined reference to `nrfx_prs_acquire'
2) Output/cuffee_sleeve Debug/Obj/nrfx_uarte.o: In function `nrfx_uarte_init':
undefined reference to `nrfx_prs_acquire'
3) Output/cuffee_sleeve Debug/Obj/nrfx_uarte.o: In function `nrfx_uarte_uninit':
undefined reference to `nrfx_prs_release'
I am add all file and also change in sdk.config.h . in that i change twi uarte enable.
So please solve my problem as soon as possible.
Thanks & regard
Urvisha Andani