NUCLEO-H723ZG board Memory Data all is 0 & CPU status Lockup
I tried to do an experiment with PC-ROP protection in Cubeprogrammer, but an exception occurred when I disabled protection.
My Memory Data seems to be protected all the time, the value is always 0, and there is no way to Erase the entire Chip normally.
I took a normal board to compare and found that Option Bytes are different.
In normal board
address(0x52002010) SR1 Data: 0x00000000
address(0x5200211C&0x5200201C) OPTSR_CUR&OPTSR_PRG Data: 0x0306AAD0
address(0x52002030&0x52002034) SCAR_CUR1&SCAR_PRG Data: 0x000000FF
On unusual boards
address(0x52002010) SR1 Data 0x01000000
address(0x5200211C&0x5200201C) OPTSR_CUR&OPTSR_PRG Data:0x0006AAD0
address(0x52002030&0x52002034) SCAR_CUR1&SCAR_PRG Data:0x80000000
I would like to know if there is a way to adjust to normal, or how to restore to default factory setting?
