Perfect PIC for using USB conection
I wanna use ADC OF PIC microcontroller which is quiet fast and also is able to be connected to PC via USB port.
I should chose the best PIC in the first step, so please help me and let me know if 18f series is suitable?
best,
Mehrega
There are two available in 18F series and have extensive online help available too.
PIC18F2550
and
PIC18F4550
There are considerable more than two PIC18F series which offer USB connectivity, more like forty different models.
You can use either of the following tools to select a PIC which fulfills your requirements:
Microchip Advanced Part Selector
Microchip Product Selector
Elaborating on the ADC requirements would help narrow down the field.
How many ADC channels are required? What is the required sampling rate? Etc?
Attached is a csv file containing most of the currently available PIC18F series devices along with their specs, including USB channels.
BigDog
Thanks guys, you are always helpful,
according to microchip product selector, I've found the 32MX series have ADC with the highest sampling rate (1Msps). now I have a question:
which compiler is suitable for programming 32Mx? can I use CCS?
Microchip offers the XC32 as well as the older PIC32 compilers.
I believe MikroC offers a PIC32 compatible compiler as well.
My knowledge of CCS is limited, so I would suggest you review their website.
BigDog