How can i install a C++ program in a nrf52832 chip of the nordic semiconductor?
D dencios Apr 21, 2017 #1 How can i install a C++ program in a nrf52832 chip of the nordic semiconductor?
Alec_t Apr 21, 2017 #2 Welcome to EP! I'm not a software guy, but I assume you'd need a compiler to convert the program to machine code and then use a programmer device to load the code serially via pins 25 and 26 (per the datasheet).
Welcome to EP! I'm not a software guy, but I assume you'd need a compiler to convert the program to machine code and then use a programmer device to load the code serially via pins 25 and 26 (per the datasheet).
J JWHassler Apr 24, 2017 #3 You can use Arduino... about halfway down this link there are instructions