Other Parts Discussed in Thread: C2000WARE,
Tool/software: Code Composer Studio
Hi
I'm working on ADC example which is given in C2000Ware_1_00_05_00_Software ( Example Location : C2000Ware_1_00_05_00_Software\ driverlib\ f2837xd\ examples\ cpu1\ adc_ex1_soc_software.c)
I'm having problem with ADC values read by LAUNCHXL-F28379D.
i have 2 problems
1. First I set 2V in potentiometer, then as soon as I connect 2V to LAUNCHPAD voltage is dropping down to 1.5V . This voltage drop down is happening with 2 pins on LAUNCHPAD i.e on ADC-A0 and ADC-A1
2. As the effective voltage is 1.5V . LAUNCHPAD reads 1.35V in with fluctuating ADC values
Note: Converting ADC values into voltage = ADC_value /1365
I'm not getting proper ADC values. Please help me