Author |
Message |
Topic: overclocking 11.0592 in H4 mode 44.2368 for 0% [email protected] |
markleman
Replies: 14
Views: 12487
|
Forum: General CCS C Discussion Posted: Fri Aug 15, 2008 3:30 am Subject: overclocking 11.0592 in H4 mode 44.2368 for 0% [email protected] |
The problem is you could make hundreds of boards, burn them in on the bench and it still would not help you know if it will be reliable in the field. It is quite likely that on the bench at room temp ... |
Topic: Local labels in macros |
markleman
Replies: 0
Views: 2506
|
Forum: General CCS C Discussion Posted: Tue Jul 22, 2008 8:06 am Subject: Local labels in macros |
Hi All,
I wanted to define a macro to wait for a bit to be set.
However (as I expected) as soon as I invoke it more than once I get an "Identifier is already used in this scope" error bec ... |
Topic: PIC12F629 & ENABLE_INTERRUPTS() |
markleman
Replies: 3
Views: 9089
|
Forum: General CCS C Discussion Posted: Thu May 11, 2006 7:34 am Subject: PIC12F629 & ENABLE_INTERRUPTS() |
This problem has been comfirmed by CCS and they say
"This problem is fixed in our version 4 release. We are late getting it out.
Sorry for the delay." |
Topic: PIC12F629 & ENABLE_INTERRUPTS() |
markleman
Replies: 3
Views: 9089
|
Forum: General CCS C Discussion Posted: Thu Mar 30, 2006 3:08 pm Subject: PIC12F629 & ENABLE_INTERRUPTS() |
Question is : is it actually going to stop the code working?
So far I think not but I can't rely on that being the case so I think for the moment a little inline assembler might have to go in :sad ... |
Topic: PIC12F629 & ENABLE_INTERRUPTS() |
markleman
Replies: 3
Views: 9089
|
Forum: General CCS C Discussion Posted: Thu Mar 30, 2006 10:15 am Subject: PIC12F629 & ENABLE_INTERRUPTS() |
Today I was examining a .lst produced by the compiler and was puzzled so I made the minimum example:
#include<C:\Program Files\PICC\Devices\12F629.h>
#FUSES NOWDT,PUT,NOPROTECT,BROWNO ... |
|