Hi,
We tried to run the blinky example in the contiki source tree, and we had a strange behaviour. The example code is here, and the hardware is here.
The issue is that the mapped LED1-4 and BUTTON1-4 mapped in the source code doesn't correspond to their LED1-4 / BUTTON1-4 hardware counterpart. In fact, only the LED2 and BUTTON2 are mapped (to LED4 and BUTTON4).
However, if I use the "blink" example code in the nRF52 SDK, everything runs fine.
Is there any incompatibility between the contiki hardware pin definition and the nRF52, or did I miss something?
Best regards