Posted on February 23, 2017 at 10:31Hello,I can configure can filters using filter mask mode, but I have problem with configuring them in ID List mode.There is a code for ID mask mode i used: sFilterConfig.BankNumber = 0; sFilterConfig.Fi...
Posted on February 21, 2017 at 10:06I can configure CAN filters from main.c file, but I want also to configure them by sending frame from the other node. It's that even possible to configure CAN filters while STM is working? There is the code from i...
Posted on December 14, 2016 at 21:23I'd like to know, how to send and receive remote frame properly. Do i have to realize the recognition of remote frame and sending data frame back by software, or it's realized fully by the hardware?
Posted on November 02, 2016 at 17:28
Hello,
I'm trying to initialize CAN interface using two NUCLEO 64 boards. At first i only want to send and receive any message from one board to the other one.
While im pushing user button (PC13), the
...
Posted on February 21, 2017 at 14:48Thanks for reply,I understand how to set filters in Mask mode, but I want to use ID list mode there. The problem is that initialization does not occur from the interrupt.
Posted on December 13, 2016 at 21:59I found a solution but i forgot to reply before.The CAN interrupt should be activated, so i added this line: HAL_NVIC_EnableIRQ(CAN1_RX0_IRQn);
Posted on November 03, 2016 at 13:14Thank You for reply.I changed the CAN_FILTERMODE_IDLIST for CAN_FILTERMODE_IDMASK and connected it by that scheme, but it still doesn't work.