How to read STR73x Flash Protection Registers?
Posted on September 10, 2015 at 16:47 Hi, I am trying to read the Flash protection registers using something like the following: #define FLASHPR_BASE 0x8010DFB0 #define FLASH_NVWPR ((volatile uint32_t*)(FLASHPR_BASE + 0)) #...