Author |
Message |
Topic: MCP2515 help |
praks1510
Replies: 8
Views: 18115
|
Forum: General CCS C Discussion Posted: Wed Oct 23, 2013 7:18 am Subject: MCP2515 help |
Hi admin,
I would like to have the following doubt of mine cleared as well. In my hardware, I use a PIC16F876, the MCP2515 -> MCP2551 for the CAN traffic, connected via the SPI. I also use a MCP ... |
Topic: MCP2515 help |
praks1510
Replies: 8
Views: 18115
|
Forum: General CCS C Discussion Posted: Wed Oct 23, 2013 1:06 am Subject: MCP2515 help |
Hi again.
This time am here to tell you all that my hardware is working fine. I haven't changed the firmware. I have used the same CCS code drivers available with my compiler.
I have changed the ... |
Topic: MCP2515 help |
praks1510
Replies: 8
Views: 18115
|
Forum: General CCS C Discussion Posted: Tue Oct 22, 2013 10:34 pm Subject: MCP2515 help |
Hi again.
I tried to use the default code and I get the same result. Am not able to establish the communication.
I have included my codes with this reply.
NODE 1
#include <16F876.h> ... |
Topic: MCP2515 help |
praks1510
Replies: 8
Views: 18115
|
Forum: General CCS C Discussion Posted: Tue Oct 22, 2013 10:15 pm Subject: MCP2515 help |
And about the BUS monitor, is there any standard software available that can connect to any hardware to monitor the CAN traffic? |
Topic: MCP2515 help |
praks1510
Replies: 8
Views: 18115
|
Forum: General CCS C Discussion Posted: Tue Oct 22, 2013 10:12 pm Subject: MCP2515 help |
I have changed the SPI pins to my hardware as follows
#define EXT_CAN_CS PIN_B4
#define EXT_CAN_SI PIN_C5
#define EXT_CAN_SO PIN_C4
#define EXT_CAN_SCK PIN_C3
Sorry the 4M ... |
Topic: MCP2515 help |
praks1510
Replies: 8
Views: 18115
|
Forum: General CCS C Discussion Posted: Tue Oct 22, 2013 8:28 am Subject: MCP2515 help |
Hi,
Am using a PIC1F876 controller and the MCP2515 IC. I have been trying to make the CAN bus work for almost 4 months now. But all the methods I have tried has not yielded me the results.
A br ... |
|