1.12.15.12 NVM_ProgramFlashWriteProtectLock Function

C

void NVM_ProgramFlashWriteProtectLock( void )

Summary

Disable Writes to Program Flash Write Protect Lock register

Description

This Function will disable writes to write protect lock register. Once locked calling NVM_ProgramFlashWriteProtect() does not have any effect.

Precondition

None

Parameters

None

Returns

None.

Example

NVM_ProgramFlashWriteProtectLock();

Remarks

Writes to write protect lock register can be enabled only by Reset.