Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
F280x ADC Calibration
no vote
DESCRIPTION This example program runs from RAM on the EzDSP. It initializes the event manager to generate a periodic start of conversion (SOC) pulse to the ADC. This will trigger a conversion of the ADC and when completed the ADC will generate an interrupt. The interrupt is serviced and  the ADC calibration function is called. This function will read two user selected reference channels and calculate the appropriate  calibration gain and offset and then calibrate all other user channels. // The program supports configuring the ADC for simultaneous or sequential // conversion modes: // //     SEQUENTIAL:   ADC channels are converted one at a time: //                   A0->A1->A2->...B0->B1->B2->.... //  //     SIMULTANEO
amardz23
2016-08-23
0
1
No more~