Skip to main content

All Questions

0 votes
1 answer
68 views

Interfacing CANSPI with problems

I am running a PIC18F with an HS oscillator of 40 MHz. The hardware is not the problem and all the connections are properly done. The microcontroller is connected to the MCP2510 (with a parallel ...
javijavier97's user avatar
0 votes
1 answer
429 views

dsPic33f : How to interface ECAN with CAN High/Low Signal

I want to start communication between (dsPic33f) ECAN_Module & PCAN-USB ADAPTER I have downloaded a demo code AN1249 from microchip website. I am using Explorer-16 board for Testing. Now the ...
skg's user avatar
  • 249
5 votes
1 answer
2k views

How do I set up both CAN modules on the PIC DSPIC33EP128GM604?

So I am in the midst of my first proper PIC project, and it has been interesting to say the least. The problem I'm having is setting up the CAN modules. The PIC I'm using has two ECAN modules. Using ...
MAM's user avatar
  • 1,831
8 votes
3 answers
8k views

Why won't my CAN transceiver receive messages unless there is a long startup delay or a bus analyzer connected?

I am using a 16-bit MCU, PIC24HJ64GP504, to write a CAN based application. Basically it is communication between my board and one another node which continuously keeps on sending data to my board ...
Mayuresh's user avatar