Author |
Message |
Topic: Setting up CCS with PICKit2 |
gmua
Replies: 13
Views: 23140
|
Forum: General CCS C Discussion Posted: Thu Feb 02, 2012 8:09 am Subject: Setting up CCS with PICKit2 |
Clicking the "Auto Import Hex + Write Device" option allows you to select a hex file. Once the file is selected, the PICKit2 software constantly check for any changes to the hex file. If any ... |
Topic: Setting up CCS with PICKit2 |
gmua
Replies: 13
Views: 23140
|
Forum: General CCS C Discussion Posted: Tue Jan 31, 2012 7:28 pm Subject: Setting up CCS with PICKit2 |
Guys, check out this tutorial, it worked for me.
http://skippyrecords.wordpress.com/2008/01/02/pickit2-command-line-setup-in-ccs-compiler-ide/
Cheers. |
Topic: Flexible LCD driver |
gmua
Replies: 102
Views: 1046375
|
Forum: Code Library Posted: Wed Jan 25, 2012 10:07 pm Subject: LCD 2x16 Driver for MikroElektronika EasyPic v7 Board |
Why use it ?
2. If you're a newbie and your board isn't configured to use the CCS driver, and you don't
know how to modify it or Mark's driver, then this driver can get you up running quickly.
... |
Topic: CCS compiler and pickit3 |
gmua
Replies: 7
Views: 64054
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Jan 24, 2012 1:10 pm Subject: Re: CCS compiler and pickit3 |
I however would like to use my existing pickit3 programmer which doesn't seem to be support by CCS.
CN, you could also check out this document "PICkitâ„¢ 2 Debug Express Getting Started CCS C ... |
Topic: problem in CCP (capture mode) |
gmua
Replies: 12
Views: 39556
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2011 2:05 pm Subject: problem in CCP (capture mode) |
But I had a big problem too. My problem was in my Proteus.
Its version is 7.6 and I didn't know that has a big fault in PICs.
I found files and fixed it.
The files are:
LCDPIXEL.dll
pic16.dll
R ... |
Topic: USB PICF18F4550, WIN 7 64 bit |
gmua
Replies: 20
Views: 56420
|
Forum: General CCS C Discussion Posted: Wed Feb 16, 2011 7:29 pm Subject: USB PICF18F4550, WIN 7 64 bit |
USB, in Proteus is poor. You _can_ get an occasional small program to work, but more fail than do. I have not got a single 'full scale' program that works in the real world, to work in Proteus. As far ... |
Topic: USB PICF18F4550, WIN 7 64 bit |
gmua
Replies: 20
Views: 56420
|
Forum: General CCS C Discussion Posted: Fri Feb 11, 2011 1:20 pm Subject: USB PICF18F4550, WIN 7 64 bit |
The USB support with 3.249, differs from that on 4.106, taking less space, but creating the last couple of warnings to do so. The USB libraries for V4, won't work with 3.249. You can turn which warnin ... |
Topic: USB with PIC18F2550 |
gmua
Replies: 13
Views: 28534
|
Forum: General CCS C Discussion Posted: Tue Feb 08, 2011 9:45 am Subject: USB with PIC18F2550 |
I'm having the same problem, where can I find this serial test program?
IceMetal, you can find this and other examples inside the PICC folder
In my case is:
C:\Archivos de programa\PICC\Exa ... |
Topic: USB PICF18F4550, WIN 7 64 bit |
gmua
Replies: 20
Views: 56420
|
Forum: General CCS C Discussion Posted: Mon Feb 07, 2011 7:16 pm Subject: USB PICF18F4550, WIN 7 64 bit |
No.
These are _warnings_ only.
They are just pointing out some things that _might_ be potential problems. They are not.
The 'condition always TRUE', comes from the infinite loop to keep the code fr ... |
Topic: USB testing ex_usb_serial.c with Proteus |
gmua
Replies: 2
Views: 5807
|
Forum: General CCS C Discussion Posted: Mon Feb 07, 2011 5:06 pm Subject: Re: USB testing ex_usb_serial.c with Proteus |
I made a test with CCS version 3.249 and it works fine!!! What could be the diferrence between versions??? Please somebody Help !!!!
Sorry to bring up an old post, but, Did you ever get it ... |
Topic: USB PICF18F4550, WIN 7 64 bit |
gmua
Replies: 20
Views: 56420
|
Forum: General CCS C Discussion Posted: Mon Feb 07, 2011 11:28 am Subject: USB PICF18F4550, WIN 7 64 bit |
A small program to test the hardware:
#include <18F4550.h>
#fuses HSPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,USBDIV,PLL1,CPUDIV1,VREGEN //For 4Mhz cristal
#use delay(clo ... |
|