The MCP2515 uses an SPI interface to talk with the MCU.
I am a bit confused as to what you are actually trying to achieve here. Is it something like:
Code:
Master MCU <--> MCP2515 <--> (CAN protocol) <--> MCP2515 <--> Slave MCU
If so then where does the fingerprint reference come in? If the fingerprint device uses CAN then that would (presumably) replace the MCP2515 and the slave MCU i the above outline and still achieve a demo of how to write a program that talks to a CAN device.
Susan