Hello.
I'm trying to understand how to programm my nRF52 DK (PCA10040 - Rev 1.2.1) with SEGGER Embedded Studio (in Windows 10 - x64), however I can't follow all the tutorials exactly. So, I wonder if you could tell me if there is possible to program my card using registries. I know that SES can work with C/C++ lenguage, but I don't know if this card could be programmed as another ATMEL microchip, with registries.
As example:
P0 = 00100101;
That means:
P0.7 = OFF P0.6 = OFF P0.5 = ON P0.4 = OFF P0.3 = OFF P0.2 = ON P0.1 = OFF P0.0 = ON
I hope you can help me, programming at registry level is easier for me.