Tool/software: Code Composer Studio
Hi team,
We are currently trying to configure ADC3 for use with an external temperature sensor. We have tried to follow the configuration steps listed in the datasheet, but are still getting an incorrect reading. Below is a snip of the code we are using. Any help in properly configuring ADC3 would be greatly appreciated. I've also noticed that despite me changing the values for the functions shown above such as ADC3_VI_LPF_Config, when I go to the register view in debug mode, these values have not actually changed. For example, the snippet below shows ADC3_VI_LPF_Config = (0x0000,0x0000), but the register view shows 0x4A07 and 0x6C71 ( the previous values). I've also attached an snip of the register view. Again, any help with these issues would be greatly appreciated. Thank you for your time.