Part Number: PGA900EVM
Tool/software: Code Composer Studio
Hi, I have been doing some testing with the PGA900EVM. I recently picked it up again to do some tests of the current loop output. I was surprised to find that I can only get it to set the current between 3.8mA and 22.16mA. I recall having been able to set the current as high as 30mA. I can't figure out what I'm doing wrong.
In my code I have the following lines to setup the DAC
DAC_Config(DAC_ENABLE, DAC_RATIOMETRIC_MODE_DISABLE, DACCAP_EN | B_4_20MA_EN | DAC_VOLTAGE_MODE_DIS);
AMUX_CONFIG(TADC_single_ended | TEST_MUX_P_EN | TEST_MUX_T_EN | TEST_MUX_DAC_EN);
The jumpers are set as described for 4-20mA mode.
J9, J4, J5, J10 - Closed
J6, J8, J7, J16 - Open
J19 - Set between pins 2-3
J14 - Set between pins 1-2
It's like the DAC saturates at around 11000 counts. Here is a graph showing my data. Current is measured at J10. Is this normal behavior?