hi,
i have been making Temperature sensing product on psoc-4. Here i use in built SAR ADC for sensing.
There is a two type of sensing.
1) RTD
2) Thermocouple
i got accurate reading of RTD and thermocouple with different parameter of ADC like;
RTD:
1) SAMPLE MODE: HARDWARE TRIGGER
2) AVERAGING MODE : ACCUMULATE
THERMOCOUPLE:
1) SAMPLE MODE: FREE RUNNING
2) AVERAGING MODE : FIXED RESOLUTION
i cant changed this setting from code.
can i do this with code on run time whenever i needed??
If you check the Data sheet for your part you will find what parameters you can program. Please post you code so we can check it.