News:

Let's find out together what makes a PIC Tick!

Main Menu

HOW TO USE FASTEST ADC

Started by Abdullah, Today at 11:46 AM

Previous topic - Next topic

Abdullah

Hello everyone.
I am trying to build a project (BOOST Converter) and want to make the ADC faster. I need some guidance on how to configure the ADC at register level. I am using a PIC16F684 with 20MHz crystal which registers and commands are used to configure the ADC at register level? Any guidance would be appreciated.
thanks in advance
Declare Adin_Res 10
Declare Adin_Tad FRC
Declare Adin_Stime 50

I use this command
Abdullah

Pepe

#1
Put Declare Adin_Tad 32_FOSC for 1.6us with 20mhz and Declare Adin_Stime 20

Abdullah

Quote from: Pepe on Today at 12:12 PMPut Declare Adin_Tad 32_FOSC for 1.6us with 20mhz
Declare Adin_Stime 50
does this value need to be changed?
Abdullah

Pepe

Declare Adin_Stime 20