ADC_DelSig Resolution PSOC3

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
        I want to change resolution of the ADC_DelSig dynamically.   
or is API updated in the future?   
   
Or must I change the value of the registers directly?   
0 Likes
2 Replies
Anonymous
Not applicable
        There is no API currently to change the resolution of the ADC dynamically. It is not easy too as it involves changing multiple registers.   
One suggestion is to change the gain of the input buffer instead of resolution. gaining by two is equivalent to increasing the resolution by a bit.   
   
--pfz   
0 Likes
markgsaunders
Employee
Employee
50 sign-ins 10 solutions authored 5 solutions authored
        We are adding the ability to define multiple (4) profiles for the DelSig ADC and to switch between them. You would, logically, set the resolution differently in the profiles you use. This will be released around mid-year.   
   
-- mgs   
0 Likes