STM3Hh523 reading peripheral registers using STM32_Programmer_CLI
Hi,
I am trying to read peripheral registers on the H523 using STM32_Programmer_CLI.
CLI parameters : -c port=SWD -r32 0x42020800 52
Result:
0x42020800 : FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF
0x42020810 : FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF
0x42020820 : FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF
0x42020830 : FFFFFFFF
It looks like it only reads the value from 0x42020800 (the first word).
It works fine on the F103 so i am guessing it has to do with the protection on the H523.
The option byte is ED (open).
What can I do to make it work?
KetilO
