I need some help figuring this out; and I appreciate your help.
my goal is to monitor the output of the ADCa and ADCb and ADCc interrupts in the memory browser.
1) I created a 3 buffer variables to monitor the three interrupt of the ADCa ( Adca1Buf, Adca2Buf, and Adca3Buf)
2) I created a 3 buffer variables to monitor the three interrupt of the ADCb ( Adcb1Buf, Adcb2Buf, and Adcb3Buf)
3) I created a 3 buffer variables to monitor the three interrupt of the ADCc ( Adcc1Buf, Adcc2Buf, and Adcc3Buf)
4) used lab6 work bench code as a base, I made sure all the required variables are properly declared, and I was able to get my code to built and debug successfully; However when I start viewing data in the memory browser I got the following issue:
a)with GPIO18 is connected to AA2 in the LAUNCHXL-F28379D launchpad; Why Adca1Buf is the one changing not Adca2Buf?
b)with PIO18 is connected to AA3 in the LAUNCHXL-F28379D launchpad; Why Adca3Buf is not changing?
c)with PIO18 is connected to AB2 in the LAUNCHXL-F28379D launchpad; Why Acb1Buf and Acc1Buf both are changed? It should be only AdcBufa1 changing.
Thankyouabc.M.zip