Author |
Message |
Topic: TBLRD message in proteus. |
r4ph431dc
Replies: 11
Views: 24904
|
Forum: General CCS C Discussion Posted: Tue Jul 24, 2018 5:30 am Subject: TBLRD message in proteus. |
comments.
I've been using the PIC18F46K22 for a few years,even for small projects. Back then it seemed lke a good choice. 40 pins so lots of I/O, 2 hardware UARTs( almost necessary today), 64K of m ... |
Topic: TBLRD message in proteus. |
r4ph431dc
Replies: 11
Views: 24904
|
Forum: General CCS C Discussion Posted: Tue Jul 24, 2018 5:23 am Subject: TBLRD message in proteus. |
Almost certainly the error is having the interrupt enabled with no handler.
However there is an issue with your clock settings. You have 'CLOCK4' selected. This selects INT_RC. The default clock gi ... |
Topic: TBLRD message in proteus. |
r4ph431dc
Replies: 11
Views: 24904
|
Forum: General CCS C Discussion Posted: Mon Jul 23, 2018 6:11 pm Subject: TBLRD message in proteus. |
Now you KNOW why a lot of us keep saying DO NOT USE PROTEUS !
It doesn't work properly, it's busted, broke,incomplete..
Even the 'schematic' is in error... build it as shown, it cannot work.
A ... |
Topic: TBLRD message in proteus. |
r4ph431dc
Replies: 11
Views: 24904
|
Forum: General CCS C Discussion Posted: Mon Jul 23, 2018 5:58 pm Subject: TBLRD message in proteus. |
My question is about this message:
It's probably a Proteus bug.
ENABLE_INTERRUPTS(INT_TIMER0);
ENABLE_INTERRUPTS(GLOBAL);
I don't see an #int_timer0 interrupt routine in your posted code ... |
Topic: TBLRD message in proteus. |
r4ph431dc
Replies: 11
Views: 24904
|
Forum: General CCS C Discussion Posted: Mon Jul 23, 2018 3:37 pm Subject: TBLRD message in proteus. |
Please clarify, the message appear in the Proteus simulation or in realtime, using real hardware ?
Hi. This message appers in simulation and the program comunication doesn't work. When execute any ro ... |
Topic: TBLRD message in proteus. |
r4ph431dc
Replies: 11
Views: 24904
|
Forum: General CCS C Discussion Posted: Mon Jul 23, 2018 2:52 pm Subject: TBLRD message in proteus. |
Hi. This message appers in simulation and the program comunication doesn't work. When execute any routine from rs232, the message shows again. When i program the pic and put it to work in real world, ... |
Topic: TBLRD message in proteus. |
r4ph431dc
Replies: 11
Views: 24904
|
Forum: General CCS C Discussion Posted: Mon Jul 23, 2018 1:18 pm Subject: TBLRD message in proteus. |
Hi everyone. I'm new in this forum, but frequently i look for some answers.
I'm using CCS V5.078, proteus 8.7 and pic18lf4550. My question is about this message:
//================================ ... |
|