-
Notifications
You must be signed in to change notification settings - Fork 130
Settings
Bogdan Bogush edited this page Apr 18, 2021
·
1 revision
- USB device name - name of serial USB device provided by OS to programmer (/tty/USBx, COMx).
- Skip bad blocks - skip read/write/erase of bad blocks. Bad blocks are read once for chip before read/write/erase operation. Bad block is considered bad if a specific page spare area byte contains non-0xFF value.
- Include spare area - read/write page spare area along with main area.