I'm working with an STM32F479VI on a custom PCB. I've already set the HSE_VALUE to the frequency of my external Osc. I've been told however, that in order to use HS_IN_FS I also need to configure the PLL. The readme.txt also says something about sett...
Thanks for the response! Unfortunately I don't have an Eval board to work with. Yes, the custom board is otherwise functional. I don't know what all I have to do make sure the clock is initialized correctly other than set the HSE_VALUE to the frequen...
Thank for your response! I changed my HSE_VALUE to match that of my external Oscillator( OSC_IN/OSC_OUT right?). Because of how the MCU is broken out onto my PCB, my USB interfacing has to be conducted over pins PB14 and PB15 which means I have to us...