2021-10-20 11:55 PM
2021-10-21 12:27 AM
You read it like any other memory location. Only certain places within this region are specified.
uint32_t PKG = *((uint32_t *) (0x1FFF7500UL)) & 0xF;
2021-10-21 12:27 AM
You read it like any other memory location. Only certain places within this region are specified.
uint32_t PKG = *((uint32_t *) (0x1FFF7500UL)) & 0xF;