Author |
Message |
Topic: CAN reception problem |
kedale
Replies: 1
Views: 4741
|
Forum: General CCS C Discussion Posted: Mon Jul 24, 2006 10:01 am Subject: CAN reception problem |
Hi everybody, i'm working on a CAN network and i'm blocked by a reception problem.
In fact, i receive only 9 messages as shown in the HyperTerminal:
CAN_GETD(): BUFF=0 ID=18FEBD00 LEN=8 OVF=1 FI ... |
Topic: RB0 Interrupt for CANBus between 16f628 and mcp2515 |
kedale
Replies: 3
Views: 6658
|
Forum: General CCS C Discussion Posted: Mon Jul 24, 2006 12:48 am Subject: RB0 Interrupt for CANBus between 16f628 and mcp2515 |
Thanks a lot for these answers, Its true that the use of RX0BF and RX1BF seems more...smart!
More, i win a pin in my hardware configuration!
I couldn' solve the problem of INT\ but now I have ... |
Topic: RB0 Interrupt for CANBus between 16f628 and mcp2515 |
kedale
Replies: 3
Views: 6658
|
Forum: General CCS C Discussion Posted: Fri Jul 21, 2006 12:13 am Subject: RB0 Interrupt for CANBus between 16f628 and mcp2515 |
Hi everybody,
I'm trying to configure an RB0 interrupt to detect the INT/ of MCP2515 when there are messages in the buffers. Howevern it didn't work...
Here is my source code:
#include <16F6 ... |
Topic: MCP2515 + 16f628 communication problems |
kedale
Replies: 2
Views: 7192
|
Forum: General CCS C Discussion Posted: Thu Jul 20, 2006 6:26 am Subject: MCP2515 + 16f628 communication problems |
Thank you for all, helped by your code source, I discovered that in fact i didn't read CANSTAT, so it couldn't change anymore!
So in fact, now, everything's fine, thank you thank you!! |
Topic: MCP2515 + 16f628 communication problems |
kedale
Replies: 2
Views: 7192
|
Forum: General CCS C Discussion Posted: Wed Jul 19, 2006 10:41 am Subject: MCP2515 + 16f628 communication problems |
Hi everybody,
I try to make a CAN network but i'm simply stopped at initialization due to communication problems between a MCP2515 and a 16f628.
My 16f628 works with a 8Mhz quartz.
The CS/ Pi ... |
|