Author |
Message |
Topic: pic18F26K22 ADC 10-bit resolution!? |
RoMar
Replies: 2
Views: 10871
|
Forum: General CCS C Discussion Posted: Sun Aug 16, 2020 2:10 pm Subject: pic18F26K22 ADC 10-bit resolution!? |
In first place, thanks for your time and help,
Of course,
int8 -> 0 - 255
I change to int16 -> 0 to 65535
and
printf("\t |\t %Lu ", value_ADC);
printf(&quo ... |
Topic: pic18F26K22 ADC 10-bit resolution!? |
RoMar
Replies: 2
Views: 10871
|
Forum: General CCS C Discussion Posted: Sun Aug 16, 2020 1:23 pm Subject: pic18F26K22 ADC 10-bit resolution!? |
Hi,
I'm using ccs (5.008 version) to program a pic18F26K22.
I need to use an ADC. In datasheet I can see this PIC has a ADC with 10-bit.
With this ADC, I want to read voltage's values from 1 to ... |
Topic: Problem with SD Card 18F2550 |
RoMar
Replies: 14
Views: 30929
|
Forum: General CCS C Discussion Posted: Sat Jun 13, 2020 4:57 pm Subject: Problem with SD Card 18F2550 |
Hi
It works. I really appreciate all your help.
This circuit is working very well using a crystal 12MHz (4XPLL). For this pic:
#FUSES HSH, PLLEN, NOPLV.
#use delay(crystal = 12Mhz, clock = ... |
Topic: Problem with SD Card 18F2550 |
RoMar
Replies: 14
Views: 30929
|
Forum: General CCS C Discussion Posted: Wed Jun 03, 2020 7:27 pm Subject: Problem with SD Card 18F2550 |
Hi,
I followed your recommendation about get a pic18F26K22. And I was all the time working in this.
Thanks Ttelmah , about your suggestion to update my Pickit2, sometimes I use the old versions a ... |
Topic: Problem with SD Card 18F2550 |
RoMar
Replies: 14
Views: 30929
|
Forum: General CCS C Discussion Posted: Sun May 24, 2020 5:55 am Subject: Problem with SD Card 18F2550 |
Hi all,
Thanks for all your replies. I was seeing all of them.
And you are very right. I did some tests with the oscilloscope and I confirmed that voltage
on SD Card output (MISO), this voltage ... |
Topic: Problem with SD Card 18F2550 |
RoMar
Replies: 14
Views: 30929
|
Forum: General CCS C Discussion Posted: Sat May 23, 2020 6:00 am Subject: Problem with SD Card 18F2550 |
Hi,
I have some problems with printing from a file in SD Card (module SDcard with 2Gb).
To see printf() - I use
>> printf(usb_cdc_putc, " process message");
And for this, I'm ... |
|