6 years, 4 months ago.

Offline compilier

Hi,

Is there option to download the C compiler for nRF51-DK and work offline ?

Thank you,

Haim Rodrik

2 Answers

6 years, 4 months ago.

Hi, of course, there's an option. One of the most simple offline solutions is to use Keil and it's ARM compiler (note that you can not link programs bigger than 32K). If you want to build bigger programs than 32K you can use arm-none-eabi compiler without limit, free or charge.

Good luck.

6 years, 4 months ago.

Yep, as Jurica said you can compile with ARMCC, GCC for Arm Embedded or IAR. And with a wide set of IDEs. See the tools section in the docs.