User Activity

Posted on January 25, 2017 at 20:33I seem to have an issue with receiving CAN messages.  It is set up on an interrupt, but the interrupt only seems to fire once, and when I receive the 2nd message, nothing happens.  There seems to be very little on ...
Posted on January 11, 2017 at 15:47I am having some issues with CAN on my STM32F746 Disco board.When I send the data as below, I get an error back... CAN_IT_Status=HAL_CAN_Transmit_IT(&CanHandle);dum1=CanHandle.State; CANErrorCode=CanHandle.ErrorCod...
Posted on January 03, 2017 at 14:56I am having some trouble with CAN on the STM32F746 DISCO board.I have a can transceiver connected to PB8/9, but eveytime I try an put a message on the bus, the code just freezes.I have hade this once before the the...