Adjust ADC pre-trigger setting for external TCXO

External TCXO was not working with Pre-Trigger set to B.
This change sets it to A which appears to work.
c4fmdemod
g4eml 2016-12-22 16:35:35 +00:00 committed by GitHub
parent 38f6d7d9d8
commit cb30a8d357
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ void CIO::startInt()
#if defined(EXTERNAL_OSC)
// Set ADC0 to trigger from the LPTMR at 24 kHz
SIM_SOPT7 = SIM_SOPT7_ADC0ALTTRGEN | // Enable ADC0 alternate trigger
SIM_SOPT7_ADC0PRETRGSEL | // Enable ADC0 pre-trigger
SIM_SOPT7_ADC0TRGSEL(14); // Trigger ADC0 by LPTMR0
CORE_PIN13_CONFIG = PORT_PCR_MUX(3);