Clive,i supposed to receive 50 CAN devices with specific ID's.Instead of filtering those ID's , i would like to reject one single ID from that group and received rest of them without any issue.I just want to filter CAN ID with 0x05000xxx...rest of ID...
hi Clive am working on STM32F417 with CAN extended ID .i would like to reject the ID for example 0x0500xxxx.I need to receive all messages which is > 0x0500xxxx.The only bit i need to check is 0x0500I checked with ID masking mode , it was not possibl...
hi i have same issue while using CAN1 and CAN2 dual use ,Target CPU is STM32F417IECAN1 is configured for FIFO0 and NVIC interrupt enabled ( CAN1_RX0_IRQn,1,0)CAN2 is configured for FIFO1 and NVIC interrupt enabled ( CAN2_RX1_IRQn,2,0)Issue :I am not ...
Posted on June 14, 2018 at 15:29HI CliveThanks for the reply. I could see the Tx starting pulse on CAN bus .I just verified GPIO clock and TX,RX pins. Looks fine.About the external transceiver as i said ,it was working for CAN1.I did loopback test...