MCP2515 in Interrupt mode using STM32WL
Hi all,I'm using MCP2515 for a CAN application in the NUCLEO STM32WL board. I've managed to get it to work in pulling mode, however, I want to use interrupt mode. For what I looked, I just have to enable the MCP interrupt pin in EXTI mode in cubeMX, ...