Posted on February 06, 2018 at 20:17Hi,I have a weird issue happening in my code related to CAN Receive. I have 2 filters set up to each pass a single Message:void FilterSetup(void){ CAN_FilterConfTypeDef sFilterConfig; uint32_t EXTID = 0x...
Posted on February 07, 2018 at 14:53ABOM bit is set. Transmitting from the STM32F439 to my PCAN tool works flawlessly. My issue occurs when I send messages from my PCAN tool to the STM32F439, In my testing one message should always be received in F...