Hi,
I am trying to use the spi_slave_example on my nordic nrf51822. But i have an issue :
I can build all target and download code to flash memory but nothing happen :
at the begin of the main.c, i placed : nrf_gpio_pin_set(LED_0); to see if the programm is running, but no LED switch on.
On the file nrf6310.h, i have configured the LED pin :
With the debugger :
Did i miss a step ?