MikroElektronika MCP2518FD Click shield
Overview
MCP2518FD Click shield has a MCP2518FD CAN FD controller via a SPI interface and a high-speed ATA6563 CAN transceiver.
More information about the shield can be found at Mikroe MCP2518FD click [1].
Requirements
The shield uses a mikroBUS interface. The target board must define
a mikrobus_spi
and mikrobus_header
node labels
(see Shields for more details). The target board must also
support level triggered interrupts.
Programming
Set --shield mikroe_mcp2518fd_click
when you invoke west build
,
for example:
# From the root of the zephyr repository
west build -b lpcxpresso55s28 --shield mikroe_mcp2518fd_click samples/drivers/can/counter
west flash