Not applicable
Mar 13, 2015
06:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 13, 2015
06:18 AM
4 Replies
Not applicable
Mar 14, 2015
07:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 14, 2015
07:31 AM
The pin assignment is done in the CAN0 app. Connect a transceiver with a 3.3V interface, configure LMO's, connect interrupts and connect all signals properly, and everything should "just work". I will find one of my test projects later when I have access to my code.
Mar 26, 2015
02:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 26, 2015
02:41 AM
Hi Moritz,
Well you can just disabled the loop back mode in DAVE3 app and do a manual pin assignment to the CAN pins on the relax board as shown below. However please note that CAN node 0 is not used and there is no CAN transceiver on the relax kit.
Well you can just disabled the loop back mode in DAVE3 app and do a manual pin assignment to the CAN pins on the relax board as shown below. However please note that CAN node 0 is not used and there is no CAN transceiver on the relax kit.
Not applicable
Oct 20, 2015
06:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 20, 2015
06:59 PM
I can't follow you. You mean that node0 is not used but why there's corresponding pin assignment in the figure. If I want to transmit data by node1, whether I have to assign pin1.12 for transmitting?
I write a program for transmitting data by node0 with pin3.2 by DAVE4, but it remains high level on the pin3.2. If I have to use node1, how to configure it in DAVE4? I don't know how to assign node1.
I guess, the node going to be used is assigned automatically by the pin selected. Is that correct?
I write a program for transmitting data by node0 with pin3.2 by DAVE4, but it remains high level on the pin3.2. If I have to use node1, how to configure it in DAVE4? I don't know how to assign node1.
I guess, the node going to be used is assigned automatically by the pin selected. Is that correct?
Not applicable
Oct 21, 2015
10:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 21, 2015
10:16 AM
Hi,
Node0 = P1.4 and p1.5
Node1 = P1.12 and P1.13
Connect your transceiver on P1.4 and P1.4. If you use Node1 then P1.12 and P1.13


I used for Node0 on my XMC4500x100 P14.3 and P0.0, because is from mapping point possible too
Node0 = P1.4 and p1.5
Node1 = P1.12 and P1.13
Connect your transceiver on P1.4 and P1.4. If you use Node1 then P1.12 and P1.13
I used for Node0 on my XMC4500x100 P14.3 and P0.0, because is from mapping point possible too