SLUUDN8 July 2026 TMS320F28P550SJ , TMS320F28P650DK
The on-chip ADC is configured entirely through the system configuration (.syscfg) file included in the project. Open the .syscfg file in the SysConfig menu to configure:
After saving the .syscfg file, the SysConfig menu regenerates the board.h header file and board.c source file with the peripheral names (myADC0_RESULT_BASE, myADC0_SOC0, and so forth) that the library uses.
Open the adc_config.h header file and assign the generated names to the library macros for each phase:
Phase A (always required):
Phase B (required for TWO_PHASE_SUPPORT, THREE_PHASE_SUPPORT, or SPLIT_PHASE_SUPPORT):
Phase C (required for THREE_PHASE_SUPPORT only, currently commented out, remove comment THREE_PHASE_SUPPORT when a third ADC is added in the SysConfig GUI):