WellDone / MoMo-Firmware

Embedded PIC Firmware and hardware designs for the WellDone Mobile Monitor (MoMo).
welldone.org
Other
8 stars 6 forks source link

Cannot change oscillator speed PLL setting without booloader present #189

Open timburke opened 9 years ago

timburke commented 9 years ago

When set_oscillator_speed is called on mainboard code running without a bootloader, the code does not properly change the oscillator speed and enable a pll if asked to do so. This can lead to the routing hanging inside set_oscillator_speed since it's waiting for the PLL to lock and hangs forever.