2.44.19 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

ParamDescription
bootBankboot flash bank
writeProtectPageboot 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);