Hi,
When the code is executed, it blocked at line
nrf_gpio_cfg_output(LED1);
where
#define LED1 NRF_GPIO_PIN_MAP(1,0)
GPIO (output) works on port 0 but not on Port 1 (here the 0 pin)
No problem on Port 0, pin 13.
Only LED's are connected to these two outputs.
The code is direcrtly modified from Blinky example of SDK 17.1.0
Thanks for your help