You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Strange... maybe it was an initialisation issue, although I don't think I've tweaked anything around there :(

    My guess is that it's still trying to use the oscillator. It's probably this helpful line that should maybe be:

    RCC->CR &= ~((uint32_t)RCC_CR_HSEON); // disable HSE
    
About

Avatar for Gordon @Gordon started