Author |
Message |
Topic: How to Decode RC6 protocol |
Kieran
Replies: 7
Views: 9424
|
Forum: General CCS C Discussion Posted: Thu Nov 25, 2010 4:44 am Subject: RC6 |
Could you PM me the RC6 code?
Thanks in advance. |
Topic: Warp13 and V4 |
Kieran
Replies: 3
Views: 4211
|
Forum: General CCS C Discussion Posted: Tue Nov 20, 2007 5:59 am Subject: Warp13 and V4 |
I still use my Warp13 for programming where there is no ICD.
I have updated to V4 and can't get the user defined tool to work with the programmer.
Can anyone help with the command line syntax?
Than ... |
Topic: V3 IDE broken by V4 |
Kieran
Replies: 0
Views: 2457
|
Forum: General CCS C Discussion Posted: Wed Oct 17, 2007 6:39 am Subject: V3 IDE broken by V4 |
I have just installed V4 in directory PICC4. I then unintentionally installed ideutilities in PICC where my version 3.241 compiler and IDE is.
I have removed V4 but the cut and paste functions in my ... |
Topic: PIC18F452 and SPI |
Kieran
Replies: 1
Views: 4992
|
Forum: General CCS C Discussion Posted: Wed May 31, 2006 11:52 am Subject: PIC18F452 and SPI |
The following code repeatedly resets (on watchdog I assume).
If I remove the SPI write all is OK.
Chip errata dosen't metion SPI problems.
Any ideas.
Compiler version 3.241
#include <18F4 ... |
Topic: is there a way to retrieve the source code again? |
Kieran
Replies: 4
Views: 6906
|
Forum: General CCS C Discussion Posted: Thu Nov 24, 2005 2:15 pm Subject: is there a way to retrieve the source code again? |
The list file includes the source, with editing its posible to recover the source. |
Topic: Tiny Bootloader |
Kieran
Replies: 9
Views: 13956
|
Forum: General CCS C Discussion Posted: Mon Jul 25, 2005 12:13 pm Subject: Tiny Bootloader |
Colt PIC18F Bootloader
Thanks Humberto
Interesting but not as small as the Tiny Bootloader and requires a port pin to control the loader which I don't have access to. |
Topic: Tiny Bootloader |
Kieran
Replies: 9
Views: 13956
|
Forum: General CCS C Discussion Posted: Sat Jul 23, 2005 7:07 am Subject: Tiny Bootloader |
what version are you using?
Sorry for the delay in replying, I have only just got back to looking at this.
I have version 1.8 of the PC app.
This reports that it has found 18F 6720/8720
then ... |
Topic: Tiny Bootloader |
Kieran
Replies: 9
Views: 13956
|
Forum: General CCS C Discussion Posted: Sun Jul 17, 2005 1:25 pm Subject: Tiny Bootloader |
I have not ported the code but most of the smarts are in the programming application not the loader itself.
Don't understand the reply
Still say that the Tiny boot loader won't handle PIC ... |
Topic: Tiny Bootloader |
Kieran
Replies: 9
Views: 13956
|
Forum: General CCS C Discussion Posted: Sun Jul 17, 2005 4:28 am Subject: Tiny Bootloader |
Has anybody ported this loader to a large memory PIC such as 18F6720?
I'm not very good at PIC assembler (all CCS's fault :) ) but I think the code is limited to a 16 bit address i.e. 64k code size ... |
Topic: Problems with ICD-U40 and PIC18F6722 |
Kieran
Replies: 2
Views: 29252
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon May 09, 2005 6:30 am Subject: Problems with ICD-U40 and PIC18F6722 |
I am trying to migrate from a PIC18F6722 running at 20MHz (HS) to a PIC18F6722 running at 40MHz (10MHz H4). The hardware is identical except for the crystal and PIC.
ICD Control program is version ... |
Topic: printf and LCD |
Kieran
Replies: 13
Views: 17536
|
Forum: General CCS C Discussion Posted: Fri Apr 08, 2005 5:42 am Subject: printf and LCD |
int16 val;
ldiv_t result;
result=ldiv(val,10);
printf("%02lu.%1lu",result.quot,result.rem);
Is ldiv a built in function? I can't find it (Vn 3.219). |
Topic: USB keyboard |
Kieran
Replies: 1
Views: 5244
|
Forum: General CCS C Discussion Posted: Mon Feb 07, 2005 11:06 am Subject: USB keyboard |
I know that the problems of implementing a USB master on a PIC have been covered before. Would it be possible to implement a USB keyboard input using the FDTI chip or a USB enabled PIC? |
Topic: arrays - no memory space |
Kieran
Replies: 31
Views: 41614
|
Forum: General CCS C Discussion Posted: Fri Jan 21, 2005 4:14 am Subject: What is FRAM |
Have a look at the manufacturers site
http://www.ramtron.com |
Topic: PC programming language |
Kieran
Replies: 12
Views: 21716
|
Forum: General CCS C Discussion Posted: Tue Jan 11, 2005 6:02 am Subject: PC programming language |
I use Borland C++ builder 6 personal edition with Turbopower Async Pro for serial comms which is now open source from Sourceforge. Recently I added TWsocket (freeware) which made some Ethernet testin ... |
Topic: PWM with a range of 9-12 Hz |
Kieran
Replies: 20
Views: 28697
|
Forum: General CCS C Discussion Posted: Thu Dec 09, 2004 6:51 am Subject: PWM with a range of 9-12 Hz |
When the solenoid says rated at 30 Hz,
Sounds like an AC coil? Why do you need a PWM signal?
The solenoid is either on or off! |
|