flashtools icon indicating copy to clipboard operation
flashtools copied to clipboard

PRR parsing

Open osresearch opened this issue 7 years ago • 0 comments

Requiring parsed PRR on the command line is tough. The format is 32 bits

31: Write protection enable
29-30: Reserved
16-28: Limit (top 13 bits; bottom bits are assumed to be 0xFFF)
15: Read protection enable
13-14: Reserved
0-12: Base (top 13 bits, bottom bits are assumed to be 0x000)

osresearch avatar Feb 16 '18 21:02 osresearch