
C Library Functions
Simulator Object Library Entry Points
MOTOROLA DSP SIMULATOR REFERENCE MANUAL 7-25
7.2.22 dsp_unlock: Unlock Password Protected Device Type
dsp_unlock(device_type, password)
char *password; /* Pointer to string containing password */
char *device_type; /* Name corresponding to DSP device type */
This function provides the password for protected device types. It must be used prior to
the dsp_new function call if the device type is password protected.
EXAMPLE
/* Create a device simulation of the password protected 56001 device */
int devn;
dsp_startup();
dsp_unlock("56001","x51-234"); /* provide password for device */
devn=0;
dsp_new(devn,"56001"); /* Create new dsp structures */
Komentáře k této Příručce