User Activity

Is it possible to not have a filter when receiving CAN messages? I want to create a gateway and transfer ALL messages from one CAN bus to another CAN bus. Do I just have to add 1000 messages to my list of allowed messages to ensure everything is acce...
SPC5Studio asks for a TX and RX pin. I selected CAN 1 TX and RX pins and connected them to CAN 2 RX and TX pins I chose (I tried all manner of connections). I am trying to get CAN 2 to send a message. On the output I see a 0 to 5 V signal instead of ...
I enabled CAN 2 in low level drivers, chose the correct pins under pinout but I get error (undeclared variable) when I try to can_lld_start(&CAND2, &can_config_cfg0); How do I use a specific CAN bus in code and how do I enable it? Do I type &CAND5 fo...
Kudos from