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

usci5 mis-configures pins in UART mode #50

Closed pabigot closed 11 years ago

pabigot commented 11 years ago

The hold/release USCI5 infrastructure operates on ctlw0 while the code that infers the proper peripheral configuration expects to be given a ctl0 value. The result is that the wrong bits are tested.