NurApiTagBlockErase(UInt32, Byte, UInt32, Byte) Method

Secured block erase.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void BlockErase(
	uint passwd,
	byte erBank,
	uint erAddress,
	byte erWords
)

Parameters

passwd  UInt32
Password for erase.
erBank  Byte
Bank where the block(s) are located in.
erAddress  UInt32
Word address for the first word to erase.
erWords  Byte
Number of words to erase starting from erAddress.

See Also