ryan-summers[m]: > <@ryan-summers:matrix.org> I mean in the context of rust pointers, not logical pointers > > ```rs > const TS_CAL1: *const u16 = 0x1FFF_75A8 as _; > let ts_cal1 = core::ptr::read_volatile(TS_CAL1); > ``` thanks that works but I get the same result so probably not where I go wrong 🤔