phryniszak - 2025-08-09

Hi,
I have rpi with CANFD MCP2518FD. Classic can communication is working OK but when I try open in CANFD

hDriver := CL2.FdDriverOpenH(usiNetId := 0,
                                uiNominalBaudrate := 500,
                                uiDataBaudrate := 0,
                                xSupport29Bits := FALSE,
                                ctMessages := 100,
                                peError := ADR(eError)

error is returned with value 10226 which is not documented (https://content.helpme-codesys.com/en/libs/CAA%20Can%20Low%20Level%20Extern/Current/CAN-Low-Level/Enums/ERROR.html#error)
CAA CanL2 is 3.5.21 version.

Question is:
1. Is anyone get CANFD working?
2. What is meaning of this value (10226)?

Regards,
Pawel