Hi there!
I have migrated ble_mpu_simple from sdk14.2 to sdk 15.2.
I use Keil uVision to test "nRF5_SDK_15.2.0_9412b96\examples\nRF5-mpu-examples-master\nrf5_ble_mpu_simple\pca10056\s140\arm5_no_packs"
I have no errors while building the code,But When I uploaded, I received the following error in termite window:<error> app: Error 0x3002 (12290) at line 123 in file: ..\..\..\..\ble_mpu.c
If I commented this line,I am getting the same above error in line 99 in ble_mpu.c.I have inserted main file and ble_mpu file for your reference.main.rarble_mpu.rar
Also in main,I have the same above error in from mpu_init function.I dont know how to solve this.Please guide me to solve this issue(I am a beginner in this field .So Kindly help me)
Thanks