Author |
Message |
Topic: Optimization possible? |
thb
Replies: 6
Views: 8069
|
Forum: General CCS C Discussion Posted: Mon Aug 06, 2007 6:12 pm Subject: Optimization possible? |
Hi,
I wonder if it is possible to optimize this code. I'm not really having trouble but I think it neither looks very elegant nor very fast.
int data=0;
int bit=0;
...
...
...
#EXT_INT
v ... |
Topic: Use 18F4550 with older version of CCS |
thb
Replies: 0
Views: 2903
|
Forum: General CCS C Discussion Posted: Fri Feb 23, 2007 7:33 am Subject: Use 18F4550 with older version of CCS |
Hi,
I use an older version of the CCS Compiler (3.5.??), now I want to compile a small program for a PIC 18F4550 for which no header file exists. The program is rather basic, not using USB. Is it p ... |
Topic: what exactly is bootloader?? |
thb
Replies: 7
Views: 9315
|
Forum: General CCS C Discussion Posted: Sat Mar 11, 2006 7:09 am Subject: Picloader |
Hi,
for the 16F877 I use the Picloader from Dontronics (find it with google...). It has some disadvantages (needs lots of ROM, works through a terminal program like Hyperterminal (this can of cours ... |
Topic: Put a lot of data in the ROM |
thb
Replies: 2
Views: 11465
|
Forum: General CCS C Discussion Posted: Thu Mar 02, 2006 5:38 pm Subject: Put a lot of data in the ROM |
Hi,
for a display application I need to store a lot of bitmaps, actually bytes.
I use a PIC18F452 which has 32KB of ROM and I think I'll take 16K for the program and 16K for data.
OK ... |
|