Cart Contact NSDSP Home

nsdsp_reset_after_prog

This function allows you to keep the target device in reset after programming.

Syntax

void nsdsp_reset_after_prog(
        nsdsp_t           nsdsp,
        int               reset
);

Parameters

nsdsp - a reference to the NSDSP object returned by nsdsp_connect function

reset - non-zero if you want the device be kept in reset after programming, zero otherwise.

Notes

If the device is kept in reset, the programming session mutates into SPI session after programming, giving you opportunity to manipulate pin or release the device from reset.

If the device is not kept in reset, the NSDSP programmer enters idle mode after programming, and the programming session becomes unusable.

 

Minimum library version - 163

Northern Software Home NSDSP Contact Us Purchase/View Cart

© 2007-2025 Northern Software Inc. All Rights Reserved.