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

Which pins do I need to use to program with FTDI?

I am using a 1822 chip and I need to use it in a very small application so I need to program it separately from the main device. I have a learn.adafruit.com/.../overview FTDI friend which I was planning to use to program the chip with arduino code, similar to the DEV kit. I was wondering which pins i need to program the chip and which ones correspond to the pins of the FTDI?

EDIT: This is for a project that requires a PCB design so dev kits for the programming arent an option.

Parents
  • You can't program a blank nRF51822 with a USB to serial converter like a FT232

    You need a SWD programmer, like a JLink or a STLink, or a Blackmagic probe (or many others)

    JLink is the programmer used by Nordic's SDK, but with some work you can use other programmers.

    However if you are comming from the Arduino world with little experience in microcontroller development, you should buy something like Nordic's own development kit (board) which comes with built in JLink, or a product that includes a SWD programmer e.g. take a look at the RedBear Lab products.

Reply
  • You can't program a blank nRF51822 with a USB to serial converter like a FT232

    You need a SWD programmer, like a JLink or a STLink, or a Blackmagic probe (or many others)

    JLink is the programmer used by Nordic's SDK, but with some work you can use other programmers.

    However if you are comming from the Arduino world with little experience in microcontroller development, you should buy something like Nordic's own development kit (board) which comes with built in JLink, or a product that includes a SWD programmer e.g. take a look at the RedBear Lab products.

Children
Related