simultaneous sampling 10-bit ADC mode dsPIC33EV
Posted: Thu May 28, 2026 8:19 pm
Sir I am trying to move my project from 8 bit pic (16F1719) to 16 bit dsPIC33EV. I want to use the simultaneous sampling 10-bit ADC mode in the dsPIC33EV for my ADC function. The only option offered on component is12 bit one by one function.
Is it possible to build a component using the 10-bit function for this dsPIC33EV or do I need to drop into C and set AD128 flag to "0" and any other Flags.
The problem with this is I cannot see this in simulation and it would deter me from porting my project to a faster chip before I invest time in building the hardware. The chip needs to be 5V and supported by Flowcode 11.
The only other option would be to read at 12 bits, one by one and convert to 10 bits. Thus, keeping the hardware DAC at 10 bits on the chance I can finally move to simultaneous sampling.
Is it possible to have the bit option 10/12 in the ADC component for this chip with simultaneous function or is this only possible in C ?
Thank you
Is it possible to build a component using the 10-bit function for this dsPIC33EV or do I need to drop into C and set AD128 flag to "0" and any other Flags.
The problem with this is I cannot see this in simulation and it would deter me from porting my project to a faster chip before I invest time in building the hardware. The chip needs to be 5V and supported by Flowcode 11.
The only other option would be to read at 12 bits, one by one and convert to 10 bits. Thus, keeping the hardware DAC at 10 bits on the chance I can finally move to simultaneous sampling.
Is it possible to have the bit option 10/12 in the ADC component for this chip with simultaneous function or is this only possible in C ?
Thank you