Resolved! Problem in setting the system clock of STM32F446RE (on a Nucleo - F446RE board) to 180 MHz using the Phase Locked Loop(PLL)
The maximum allowed internal clock for the device STM32F446RE is 180 MHz. The nucleo board has an external crystal of 8 MHz. Using this and a code I obtained from a university website, I attempted to change the system clock to 180 MHz using the PLL.(...