User Activity

Posted on June 14, 2017 at 12:45I'm using an STM32F4 Discovery and an MCP2562 transceiver. I have CAN working using the CAN2 port.In my implementation, I'm sending several CAN messages inside a timer interrupt. I'm using the HAL function HAL_CAN_TRA...
Posted on April 03, 2017 at 17:47I'm trying to get the STM32F4 Discovery board to transmit and receive CAN frames.I've already got it to work with polling, now I'm trying to get the transmit and receive interrupts working. The transmit interrupt wor...
Posted on March 30, 2017 at 13:09I'm having a hard time getting my STM32F4 discovery board to communicate with my CAN bus. I've successfully implemented a communication between CAN1 and CAN2 on the same Discovery Board, with a transceiver on each CA...
Posted on March 19, 2017 at 00:16I'm trying to get the CAN1 on my stm32f4 board to work. The first time I turn the board on, the code works no problem, but when I press the reset button, sometimes I get an error initialising the CAN peripheral.I've ...