Skip to main content
Explorer II
April 2, 2025
Solved

STM32F413xx + MCP2517FD CANFD Controller

  • April 2, 2025
  • 1 reply
  • 591 views

Can I do CANFD communication using external CAN controllers(ex:MCP2517FD)?
This MCP2517FD controller works with SPI.

Microcontroller I'm using: STM32F413VGT3

    This topic has been closed for replies.
    Best answer by mƎALLEm

    Hello,

    MCP2517FD is just an a SPI/CAN converter so it can be used with any MCU having SPI interface including STM32 MCU.

    Hope that answers your question.

    PS: but if your question: "Can I do CANFD communication using MCP2517FD?" the answer is yes:

    mALLEm_0-1743593872823.png

    And you need to contact Microchip on their forums for more details.

    1 reply

    mƎALLEmAnswer
    Technical Moderator
    April 2, 2025

    Hello,

    MCP2517FD is just an a SPI/CAN converter so it can be used with any MCU having SPI interface including STM32 MCU.

    Hope that answers your question.

    PS: but if your question: "Can I do CANFD communication using MCP2517FD?" the answer is yes:

    mALLEm_0-1743593872823.png

    And you need to contact Microchip on their forums for more details.

    Explorer II
    April 2, 2025

    Thank you very much.