Search found 4 matches

by schusel
Fri 7. Apr 2017, 13:03
Forum: PCAN-miniPCIe
Topic: Reading internal RAM
Replies: 6
Views: 11365

Re: Reading internal RAM

Hello,

ok, I'll look into it.
Thanks for your help.

Regards,

Selina
by schusel
Thu 6. Apr 2017, 14:41
Forum: PCAN-miniPCIe
Topic: Reading internal RAM
Replies: 6
Views: 11365

Re: Reading internal RAM

Hello Stéphane,

thanks for your answer.


First of all, your read_reg() function is only able to read into the 1st SJA1000. Your reg_base is actually a base address for both channels/SJA1000 address spaces. Accessing 2nd SJA1000 should be done from reg_base + 0x400.


We've just can0 connected to ...
by schusel
Fri 31. Mar 2017, 14:15
Forum: PCAN-miniPCIe
Topic: Reading internal RAM
Replies: 6
Views: 11365

Re: Reading internal RAM

Hello,

I'm using the mainline driver peak_pci and use cansend and candump from the can-utils package to test the communication.
by schusel
Thu 30. Mar 2017, 15:39
Forum: PCAN-miniPCIe
Topic: Reading internal RAM
Replies: 6
Views: 11365

Reading internal RAM

Hello,

we're using the PCAN-miniPCIe Card to connect a Tegra K1(running Linux 4 Tegra) to the CAN Bus. Sending and Recieving CAN Frames works just fine. But we're looking for a way to monitor the CAN Frames before they are processed by Linux. The idea is to read the Recieve FIFO and TX Buffer ...