BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_DHWCtrl_FlashErasePage | ( | brp_protocol | protocol, |
unsigned | StartAdr, | ||
unsigned | Len | ||
) |
Erases one or several consecutive program flash pages.
[in] | protocol | used to execute the command |
[in] | StartAdr | Address of first page to erase. Has to be a multiple of the page size. |
[in] | Len | Number of Bytes to erase. Should be always a multiple of the page size. |