I want to develop the tool to download the firmware,so,I need to call the interface of nrfjprog.dll,but there aren·t the detailed descreption,who can teach me?
Question:
1.NRFJPROG_ open_dll(const char * jlink_path, msg_callback * cb, device_family_t family), what is The first parameter of the interface? the path of JLinkARM.dll ?
2.NRFJPROG_connect_to_emu_with_snr(uint32_t serial_number, uint32_t clock_speed_in_khz), what are the parameter of the interface?
3.NRFJPROG_write(uint32_t addr, const uint8_t * data, uint32_t data_len, bool nvmc_control), what are the parameter of the interface?
4.NRFJPROG_write(uint32_t addr, const uint8_t * data, uint32_t data_len, bool nvmc_control), what are the parameter of the interface?
Thanks!