STM32L476RG vs STM32L486QX HSE Ready bit
Hi,
I am trying to port a software written for STM32L486QX to my STM32L476RG Nucleo board. I have made the board modifications as described in the User manual, except I adjusted the capacitor values for a 19.2 MHz clock. I ran a small program to printf to UART using the HSE clock and it worked, I also measured with a frequency counter and was getting the correct 19.2 MHz within the specified tolerance.
Now when I try to run the code written for the STM32L486QX it gets stuck in the loop where it's waiting for the HSE ready bit. Is there any difference as to the location of this bit for these two CPU's? Or is there something else that obviously jumps out? Thanks in advance for your answers