Other Parts Discussed in Thread: SYSCONFIG, UNIFLASH
Hi, I am working on a product where the PA20 pin of MSPM01306 eval kit needs to be used as analog input along with PA26 pin. So, I tried setting up the ADC instance to trigger on a timer peripheral and do a sequential conversion on PA20 and PA26 pins (both pins are being used as ADC in). When I built this using a modified SDK example project, I first came across a compilation issue related to the sysconfig tool. When PA20 pin is used as ADC channel, the sysconfig generates the tl_msp_dl_config.c/.h sources which don't have definition for the "GPIO_ADC12_0_IOMUX_C6". To get past this, I had to override the definition for the IOMUX in the project properties > predefined symbols as