Hello,
ok, I'll look into it.
Thanks for your help.
Regards,
Selina
Search found 4 matches
- Fri 7. Apr 2017, 13:03
- Forum: PCAN-miniPCIe
- Topic: Reading internal RAM
- Replies: 6
- Views: 11365
- 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 ...
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 ...
- 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.
I'm using the mainline driver peak_pci and use cansend and candump from the can-utils package to test the communication.
- 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 ...
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 ...