User Activity

Hi I am using STM32F407 evb in which I have configured both CAN1 and CAN2 ,I am sendind CAN1(3 ids 501,502,503) and vice versa from CAN2 same I am sending but I am ble to recive all three id on CAN2 Rx but only one ID iam receving on CAN1(501) .I am ...
Hi I want to understand Rx message process in case of can2. Rx fifo code I have tested when I used only CAN1 it is working fine. I have put RxFifoMSgpendingcallback function in IRQhandler and further code is working fine for when I used only one (CAN...
Hi all I am using STM32F407 and trying to configure both CAN1 AND CAN2 so I want to understand a concept hope you people can help me. CAN1(MASTER) and CAN2(SLAVE) . I want to achieve operation to send data from one can to another and vice versa.  NOT...
Hi all I want to understand configuration for CAN1 and CAN2 in a single board. Can you suggest me example code ? B.R Ash
Hi all Can You provide me a correct code for how we can transfer TX frame using HAL . please check my code below . Issue what I am facing in my code is only I am seeing first ID data even data and ID are correctly stored inside buffer. Please guide m...
Kudos given to