SPRAC94D September 2018 – March 2022 AFE030 , AFE031 , TMS320F28075 , TMS320F28075-Q1 , TMS320F28076 , TMS320F28374D , TMS320F28374S , TMS320F28375D , TMS320F28375S , TMS320F28375S-Q1 , TMS320F28376D , TMS320F28376S , TMS320F28377D , TMS320F28377D-EP , TMS320F28377D-Q1 , TMS320F28377S , TMS320F28377S-Q1 , TMS320F28379D , TMS320F28379D-Q1 , TMS320F28379S
Below are the steps that need to be taken to port the boostxl_afe031_f28379d_rx from the LAUNCHXL-F28379D to the LAUNCHXL-F280049C after importing the project into Code Composer Studio.
AdcSetMode(ADC_ADCA, ADC_RESOLUTION_12BIT, ADC_SIGNALMODE_SINGLE); // 12 bit res
//
// Setup VREF as internal
//
SetVREF(ADC_ADCA, ADC_INTERNAL, ADC_VREF3P3);
SetupADCEpwm(9);
ConfigCpuTimer(&CpuTimer2, 100, RX_MESSAGE_TIMEOUT);
The instructions for porting the example program to other devices and LaunchPads would be similar to those above.