CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: PIC24 not used VREF
Bingo

Replies: 3
Views: 5784

PostForum: General CCS C Discussion   Posted: Fri Apr 29, 2011 4:16 pm   Subject: PIC24 not used VREF
Problem is solved, if anyone needs an example here:

#bit VCFG_BIT = 0x0322.13 // Define address of VCFG bit

void main()
{
setup_adc_ports(sAN1 | sAN2 | sAN3 | sAN4|VSS_VREF);
setup_adc( ...
  Topic: PIC24 not used VREF
Bingo

Replies: 3
Views: 5784

PostForum: General CCS C Discussion   Posted: Thu Apr 28, 2011 4:14 pm   Subject: PIC24 not used VREF
Hi,
I use PIC24HJ64GP206 and CCS compiler version 4.114.
I want to measure ADC modules using Vref (I use 2.5V), but whatever I do ADC module uses Vdd. Here is some code I use.
Thank you in advance ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group