you cannot power up the Global Trustzone Controller using this code: ```rust p.RCC.ahb1enr().modify(|_r, w| { w.gtzc1en().set_bit(); w }); ```