hi all,
i'm doing project on pid controller
i have to implement it using pic microcontroller.
so please help me out which microcontroller i can use.
thanks
ramya
That PIC is an 8 bit controller, so you'll need to spend extra time for your 16 bit math. As far as having a 12 bit analog to digital converter, you can either try to oversample the existing 10 bit, or use an external ADC.
You could use a TI DSP, either from the 240x (16 bit) or the 280x (32 bit) series. They have ADC built in (10 bit for 240x and almost 12 bit for 280x), and you can use PWM outputs (with low pass filter) to get a DAC function. Check their website.