Hi,
I'm working on nrf51822 and mpu9250 imu sensor.i'm facing a problem,my buttons function i.e buttons leds int and mpu9250 are not working together either one is working at a time,i'm unable to find the problem.please help me..
thanks in advance.
Hi,
I'm working on nrf51822 and mpu9250 imu sensor.i'm facing a problem,my buttons function i.e buttons leds int and mpu9250 are not working together either one is working at a time,i'm unable to find the problem.please help me..
thanks in advance.
The button/led module uses the app_button library which in turn uses the GPIOTE library to control the buttons. Could it be that when you configure your MPU you "overwrite" the Button Library's GPIOTE settings? Or that you initiate the GPIOTE library twice which APP_GPIOTE_INI() doesn't allow?