Other Parts Discussed in Thread: SYSCONFIG
Hello,
I have connected 2 ADC channels CH6(PB19) and Ch8(PA22) on ADC1. Result of CH8 is loaded into MEM0 and result of CH6 is loaded into MEM1.
Used sequence conversion mode and read ADC values when MEM0 loaded interrupt is occurred (values are read in to main and not in to ISR).
It is observed that value of CH8 is loaded into variable taken for CH6 and similarly for CH6i.e. MEM0 value is loaded into variable for MEM1 and vice versa.
I checked keeping breakpoint after DL_ADC12_getMemResult(ADC1_INST, DL_ADC12_MEM_IDX_0);. When breakpoint hits for first time no value is loaded into variable. After 2nd time value values are loaded.
Thanks and Regards,
Amruta




