Author |
Message |
Topic: How can I file upload? |
pkipyy
Replies: 2
Views: 4291
|
Forum: General CCS C Discussion Posted: Thu May 08, 2014 8:05 am Subject: Thank you! |
Thank you very! |
Topic: How can I file upload? |
pkipyy
Replies: 2
Views: 4291
|
Forum: General CCS C Discussion Posted: Mon May 05, 2014 5:26 pm Subject: How can I file upload? |
How can I file upload?
Is upload disable in here? |
Topic: Help me source analysis. |
pkipyy
Replies: 2
Views: 5166
|
Forum: General CCS C Discussion Posted: Sat Apr 19, 2014 11:21 am Subject: Help me source analysis. |
What are 1 and 2 and USB_DTS_TOGGLE in usb_put_packet(1,out,2,USB_DTS_TOGGLE);
What are 1 and 2 in usb_get_packet(1,in,2);
#include "CCSUSB.h"
#include <pic18_usb.h>
#inc ... |
Topic: How can I communicate MAL VC example with ccs firmware? |
pkipyy
Replies: 0
Views: 3603
|
Forum: General CCS C Discussion Posted: Thu Apr 03, 2014 12:11 pm Subject: How can I communicate MAL VC example with ccs firmware? |
I have bought ccs usb development kit.
I succeeded communicate with MAL example.
But I can't communicate MAL VC example with ccs firmware,
I guess when MAL VC example open device as filename
this ... |
Topic: How can I use DAC? |
pkipyy
Replies: 12
Views: 26783
|
Forum: General CCS C Discussion Posted: Thu Mar 27, 2014 9:03 am Subject: Thank you. |
I don't know why. But now maxmum voltge is 5V!
I guess tester was out of order for a moment.
By the way why 0 to 31? |
Topic: How can I use DAC? |
pkipyy
Replies: 12
Views: 26783
|
Forum: General CCS C Discussion Posted: Wed Mar 26, 2014 9:43 pm Subject: I used analog tester. |
I used tester and prepared probe and reset cpu and see tester.
So needle indicate (rise) zero to 2.1V. |
Topic: How can I use DAC? |
pkipyy
Replies: 12
Views: 26783
|
Forum: General CCS C Discussion Posted: Wed Mar 26, 2014 6:14 pm Subject: Thank you. |
Code work properly.
But maximum of dacout pin is 2.1V,
I want make maximum of dac equal 5V. |
Topic: How can I use DAC? |
pkipyy
Replies: 12
Views: 26783
|
Forum: General CCS C Discussion Posted: Tue Mar 25, 2014 8:31 am Subject: My ccs version is 5.008. |
My ccs version is 5.008.
How about 5.008? |
Topic: How can I use DAC? |
pkipyy
Replies: 12
Views: 26783
|
Forum: General CCS C Discussion Posted: Mon Mar 24, 2014 6:38 pm Subject: I tell DAC in pic16f1937. |
Thank you.
I tell DAC in pic16f1937.
I'm sorry! |
Topic: How can I use DAC? |
pkipyy
Replies: 12
Views: 26783
|
Forum: General CCS C Discussion Posted: Mon Mar 24, 2014 11:31 am Subject: How can I use DAC? |
How can I use DAC?
I have seen manual. But I don't know well.
Please give me example and explanation.
Thank you. |
Topic: real time clock |
pkipyy
Replies: 2
Views: 30737
|
Forum: Code Library Posted: Wed Dec 18, 2013 2:43 am Subject: I did coding myself!! |
I copied only part of year,month,day.
It is similar whoever did.
I revised my own code.
Now I deleted part of day,year,month.
What is variation?
Worth of this code is Only knowing man can see.
H ... |
Topic: real time clock |
pkipyy
Replies: 2
Views: 30737
|
Forum: Code Library Posted: Sun Dec 15, 2013 10:13 am Subject: real time clock |
I revised command delay time.
I used 500kHz internal oscillator for clock source.
Also this code shows how to use watch dog timer.
#include <16f1937.h>
#use delay(clock = 500000) ... |
Topic: How can I use assembly code in ccs c source? |
pkipyy
Replies: 3
Views: 10320
|
Forum: General CCS C Discussion Posted: Sun Dec 15, 2013 8:58 am Subject: Thank you!! |
Thank you very much.
I see magic. |
Topic: How can I use assembly code in ccs c source? |
pkipyy
Replies: 3
Views: 10320
|
Forum: General CCS C Discussion Posted: Sun Dec 15, 2013 8:11 am Subject: How can I use assembly code in ccs c source? |
I need to use assembly code in ccs c code.
How can I do this?
Please help me! |
Topic: lcd 16*2 driver |
pkipyy
Replies: 0
Views: 22863
|
Forum: Code Library Posted: Sat Nov 30, 2013 7:26 am Subject: lcd 16*2 driver |
This is lcd driver for demo2 plus board.
If you a bit modify,you can use this.
// As defined in the following structure the pin connection is as follows:
// D0 enable RD6
// D ... |
|