I defined this in main.rs ``` #[no_mangle] #[used] static mut NVIC_PTR: Wrapper<*const cortex_m::peripheral::nvic::RegisterBlock> = Wrapper::new(cortex_m::peripheral::NVIC::PTR); ``` but it does not appear in debugger - it's gone apparently what do