Author |
Message |
Topic: Out of ROM, A segment or the program is too large |
steve.booth
Replies: 9
Views: 13032
|
Forum: General CCS C Discussion Posted: Tue Apr 19, 2005 7:01 am Subject: Out of ROM Space |
I have seen this before, quite common really.
The problem is that the CCS compiler generates 'one big file' when you compile your code. If you know the hardware inside your PIC, e.g. say a pic16f876, ... |
Topic: Out of ROM, A segment or the program is too large |
steve.booth
Replies: 9
Views: 13032
|
Forum: General CCS C Discussion Posted: Tue Apr 19, 2005 6:57 am Subject: Out of ROM Space |
I have seen this before, quite common really.
The problem is that the CCS compiler generates 'one big file' when you compile your code. If you know the hardware inside your PIC, e.g. say a pic16f876, ... |
Topic: Out of ROM, A segment or the program is too large |
steve.booth
Replies: 9
Views: 13032
|
Forum: General CCS C Discussion Posted: Tue Apr 19, 2005 6:53 am Subject: Out of ROM Space |
I have seen this before, quite common really.
The problem is that the CCS compiler generates 'one big file' when you compile your code. If you know the hardware inside your PIC, e.g. say a pic16f876, ... |
Topic: Out of ROM, A segment or the program is too large |
steve.booth
Replies: 9
Views: 13032
|
Forum: General CCS C Discussion Posted: Tue Apr 19, 2005 6:51 am Subject: Out of ROM Space |
I have seen this before, quite common really.
The problem is that the CCS compiler generates 'one big file' when you compile your code. If you know the hardware inside your PIC, e.g. say a pic16f876, ... |
Topic: two serial ports and two interrupts by fgetc() |
steve.booth
Replies: 4
Views: 8115
|
Forum: General CCS C Discussion Posted: Fri Feb 11, 2005 2:18 am Subject: two serial ports and two interrupts by fgetc() |
I would suggest that you don't use fputc within your interrupt routines.
ISR's should be kept as short as possible, and a 'put' take a comparable long time to execute.
Use the interrupt routine to s ... |
Topic: USART & High BRG Bit |
steve.booth
Replies: 3
Views: 8139
|
Forum: General CCS C Discussion Posted: Mon Oct 18, 2004 5:40 am Subject: USART & High BRG Bit |
Paresh,
Yes I have tried that, and it works OK, bit it seemed rather crude having to set that specifically.
Thanks anyway,
Steve |
Topic: USART & High BRG Bit |
steve.booth
Replies: 3
Views: 8139
|
Forum: General CCS C Discussion Posted: Mon Oct 18, 2004 5:09 am Subject: USART & High BRG Bit |
I cannot get the CCS compiler to set the USART BRG 'HIGH' bit.
Is there a flag I need to use ?
Thanks |
|