Resolved! NUCLEO-F722ZE Clock and MO2 issues
I'm attempting to set the clock to PLL on the board mentioned and view the output on MCO2. This is some of the defines I use #define REG_SET_BIT(reg,pos) ((reg) |= (1U << (pos))) #define REG_CLR_BIT(reg,pos) ((reg) &= ~(1U << (pos))) ...