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.

MSP430F6779A: What happened if re-initial EMDC with difference configuration

Part Number: MSP430F6779A

My system do this step.

1) Step1 (after BOR reset)

hal_system_ClockInit(); // (mclkFreq 16777216)
EMLibGUIApp_Init(); // (mclkFreq 16777216)

2) Step2 (continue from step 1)

hal_system_ClockInit(); // (mclkFreq 25165824)

HAL_ADC_stopConversion(&halAdcConfig);
HAL_ADC_disableInterrupts(&halAdcConfig);
HWREG16(SD24_BASE + OFS_SD24BCTL0) &= ~SD24REFS;


EMLibGUIApp_Init(); // (mclkFreq 25165824)

HAL_ADC_startConversion // (mclkFreq 25165824)

Is there any problem? can EMDC operation normally?

EMDC Version: Energy Measurement Design Center version 1_30_00_00

Power system frequency: 60 Hz
Sampling Frequency (Hz): 4096
Oversampling Rate (OSR): 256

**Attention** This is a public forum