Hello, I am using external interrupt from an ADXL345 . Can you tell me how to detect that external interrupt with the nRF51 ?
Hello, I am using external interrupt from an ADXL345 . Can you tell me how to detect that external interrupt with the nRF51 ?
no its still not working. i have updated code here
Can you set a breakpoint in the gpiote_evt_handler
and see if you end up there when pressing the button?
i set break point on nrf_drv_gpiote_out_toggle(LED_2); but nothing happens. why my code is not working??
I have added the project files for an example that toggles a led when a button is pressed down on the nRF51 DK to my answer ( toogle_led.zip ). See if you can get this to run your DK.
now where to find nrf_goiote.h??