energia / msp430-lg-core

15 stars 12 forks source link

MSP430FR2xx_4xx: set vlo_freq variable to REFO clock frequency. #78

Closed LambertusIJsselstein closed 5 years ago

LambertusIJsselstein commented 5 years ago

When external XTAL is not present then the ACLK falls back to the REFO clock instead of the VLO for the MSP430FR2xx_4xx family. This patch matches the vlo_freq variable to the REFO frequency.

LambertusIJsselstein commented 5 years ago

Please note: this PR is not tested against the msp430-lg-core repository, but it has been tested against the Energia repository. This PR is identical to energia/Energia#1032

StefanSch commented 5 years ago

Thanks again for the fix and pull request.