FLASH_COPY_CTRL
Bit Field |
Read/Write |
Field Name |
Description |
---|---|---|---|
3 |
R |
ERROR |
Error status |
2 |
W |
STOP |
Stop the transfer |
1 |
W |
START |
Start the transfer |
0 |
R |
BUSY |
Busy status |
Bit Field |
Field Name |
Value Symbol |
Value Description |
Hex Value |
---|---|---|---|---|
3 |
ERROR |
COPY_NO_ERROR |
No write / comparison error |
0x0* |
|
|
COPY_ERROR |
Write or comparison error |
0x1 |
2 |
STOP |
COPY_STOP |
Stop the current transfer |
0x1 |
1 |
START |
COPY_START |
Start the current transfer |
0x1 |
0 |
BUSY |
COPY_IDLE |
Flash copier is idle |
0x0* |
|
|
COPY_BUSY |
Flash copier is busy |
0x1 |