1.2.12.17 1.9.10.17 FCW_BootFlashWriteProtectDisable Function
C
void FCW_BootFlashWriteProtectDisable( BOOT_FLASH_BANK bootBank, FCW_BOOT_FLASH_WRITE_PROTECT writeProtectPage );
Summary
Disable write protection for boot flash
Description
This function disables write protection for the given page of boot flash bank.
Precondition
None
Parameters
Param | Description |
---|---|
bootBank | boot flash bank |
writeProtectPage | boot flash page for which write protection has to be disabled |
Returns
None.
Example
FCW_BootFlashWriteProtectDisable(BOOT_FLASH_BANK_1, FCW_BOOT_WRITE_PROTECT_PAGE_0);