Quantcast
Channel: MSP low-power microcontroller forum - Recent Threads
Viewing all articles
Browse latest Browse all 22258

MSP432 Driverlib Examples - CS_startLFXT

$
0
0

Hello,

I think, some of the examples provided with the driverlib call the CS_startLFXT() with wrong parameters:

- rtc_c_calendar_alarm_interrupt.c

- cs_lfxt_start.c

are using

/* Starting LFXT in non-bypass mode without a timeout. */
CS_startLFXT(false);

instead of

/* Starting LFXT */
CS_startLFXT(CS_LFXT_DRIVE3);

like it's used in pcm_lpm35_rtc_wakeup.c

According to the documentation, the parameter should be the DRIVE or BYPASS selection for the LFXT.

Regards, Leo


Viewing all articles
Browse latest Browse all 22258

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>