pabigot / bsp430

Board Support Package for MSP430 microcontrollers
http://pabigot.github.com/bsp430
BSD 3-Clause "New" or "Revised" License
38 stars 11 forks source link

review oscillator fault code #70

Closed pabigot closed 11 years ago

pabigot commented 11 years ago

I'd thought the oscillator faults in BCSCTL3 of BC2 were persistent and needed to be clear. Review cued by http://e2e.ti.com/support/microcontrollers/msp430/f/166/t/277721.aspx indicates these bits are read-only, hence may clear themselves. Determine how this impacts BSP430's clock fault management implementation (esp. on other clock peripherals).