Author |
Message |
Topic: PCM 2.734 Problems with Main() in bank 1 |
danielefilisetti
Replies: 8
Views: 12781
|
Forum: General CCS C Discussion Posted: Thu May 05, 2005 3:27 am Subject: main in bank0, isr in bank1 |
Interrupt logic should keep PCl and PCH in the stack and jump to vector 004 (PCH=0) automatically, while return from interrupt instruction should recover PCL and PCH.
So, different bank locations sho ... |
Topic: ADC on PIC16F91xx |
danielefilisetti
Replies: 1
Views: 4796
|
Forum: General CCS C Discussion Posted: Thu May 05, 2005 3:21 am Subject: ADC on PIC16F91xx |
I got some problem using AD converter on PIC16F913.
It works unlike the other pic devices.
I set the ANSEL reg, the ADCON0/1, but it doesn't work correctly.
Somebody use AD on t ... |
Topic: PCM 2.734 Problems with Main() in bank 1 |
danielefilisetti
Replies: 8
Views: 12781
|
Forum: General CCS C Discussion Posted: Thu Apr 28, 2005 10:13 am Subject: the same |
Hi Peter,
I got the same problem on PIC16F913.
When program become longher than 50% the compiler moves main() to 0x800, and the program doesn't run correctly?
CCS compiler bug???? :twis ... |
|