Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference with pcan_cantact #11

Closed
jxltom opened this issue Jul 9, 2021 · 2 comments
Closed

Difference with pcan_cantact #11

jxltom opened this issue Jul 9, 2021 · 2 comments

Comments

@jxltom
Copy link

jxltom commented Jul 9, 2021

It looks like fd frames are also not supported in this firmware.

So what is the difference with this firmware https://github.com/moonglow/pcan_cantact? The latter one also supports pcan-view.

@moonglow
Copy link
Owner

moonglow commented Jul 9, 2021

@jxltom
Hi !
Some answer was already given here #4 , but i will try to explain more.

So firmware is really supports CANFD frames, all needed protocol handling and so on are implemented and well tested. Hardware ( STM32F4xx ) physically can't send/receive FD frame due bxCAN does not support them. PCAN CANtact is 1 channel basic CAN adapter it was made as alternative firmware for very popular CAN hardware ( CANable, CANtact and Entreé ), PCAN PRO is 2 channel CAN + 2 channel LIN adapter, PCAN PRO FD - same as PRO but supports FDCAN extension. All of them uses three different USB level protocol implementation so it was a cool thing to implement them all. Another thing, i select my base hardware as most cheapest possible, to be sure what many peoples can DIY your own CAN adapter. Anyone can add CANFD to current implementation as example by creating custom pcanpro_can.c and connect something like MCP2517 via SPI to board or port my firmware to something what already has builtin FDCAN hardware such STM32G4xx series.

@jxltom
Copy link
Author

jxltom commented Jul 9, 2021

@moonglow Thanks a lot for the explanation!

@jxltom jxltom closed this as completed Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants