WellDone / MoMo-Firmware

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

Update FSU to have consistent clock, serial and i2c constants #187

Closed timburke closed 9 years ago

timburke commented 9 years ago

The FSU was previously clocked at 32 mhz but had i2c and serial baud rates for 4 mhz. This PR updates the baud rate and i2c constants to be correct for 32 mhz.

The serial buad is also updated to 125000 baud since this can be generated exactly by both the FDTI chip and the programmer.

NB This update and the corresponding pymomo update must be installed together and any fsus reprogrammed after you do it.

timburke commented 9 years ago

This is superceded by PR #188 that's coming.