travisgoodspeed / goodwatch

Replacement board for Casio Calculator Watches using the CC430F6147
504 stars 55 forks source link

Restructure and add oscillator fixing to POST #62

Closed docprofsky closed 5 years ago

docprofsky commented 6 years ago

This splits apart the POST testing from the displaying of the results. The POST now will clear the relevant fault flags. If it detects an oscillator problem it should try to reinitialize the oscillator. This will close #41.

@travisgoodspeed Does the POST need to call some of the UCS functions here to reinitialize the oscillator? https://github.com/travisgoodspeed/goodwatch/compare/POST-improvements?expand=1#diff-f5275649d3fca868896862b40f4f317cR43