This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I2C support for microcontroller

I was wondering if the standalone nRF51822 microcontroller has support for i2c. If so which pins are supported. There doesn't seem to be any reference on i2c for the board. 

Parents Reply
  • I think I've seen some people recommend Segger embedded studio.

    I use my own setup:

    VScode+cortex debug

    That way I can use the armgcc Makefile from the SDK.

    You could maybe start by looking at all the configurations they have for building included with each SDK example in a folder named after the board for example the PCA10056 folder, it will contain different folders for the different supported IDE's. (In my case I use the armgcc folder)

Children
Related