That is the readback value of a write only register.
Hi I am working on a drivers for the various peripherals on the STM32. Let me take the GPIO as an example. GPIO BSRR is a write only register that I want to read and I need to read back always 0x00000000. Why?I made a bit-field struct on the whole GP...