This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Grace 3.0: Selecting XT1 bypass gives 2 compile errors.

Other Parts Discussed in Thread: MSP430FR5739, MSP430FR5969

When selecting to use external oscillator for XT1, generated code is:

CS_bypassXT1WithTimeout(CS_XT1_LOW_FREQUENCY, 100000);

1. CS_XT1_LOW_FREQUENCY is no longer defined, 

2. Too many Parms. Prototype is CS_bypassXT1WithTimeout(uint32_t timeout)