User Activity

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 ...