STM32F411E-DISCO and MCP2515 INTERRUPT
Hello, by connecting an mcp2515 to Stm32, I enabled it to communicate properly with other cards via the Can network. However, when a message arrives, I couldn't understand how to receive it with the INT pin and I couldn't do it. I tried connecting the interrupt via EXTI by connecting the INT pin on the MCP2515 to GPIOA8. When I received the notification from here, I thought I could read the message on the CAN network and take action, but I was not successful. Can you help with this ?
I am using https://github.com/eziya/STM32_SPI_MCP2515 this library for MCP2515.
