Hi I wanted to ask if there is a driver/library for the mcp25625 chip? Also for the communication do I use "SPIM — Serial peripheral interface master withEasyDMA" or "SPI — Serial peripheral interface master".
We made our own pcb to interface a dwm1001 module with an mcp25625 to get some CAN communication to the board. I am trying to get the SPI Master on
NRF52832 | MCP25625 |
P0.14 | SPI_CS |
P0.22 | SPI_MISO |
P0.31 | SPI_MOSI |
P0.30 | SPI_SCK |
Is that feasible? Thank you for your help.