2015-02-19 12:28 AM
I have made my own board with Stm32F429 ,and i am facing some issues with CAN communication.
I have properly initialized CAN1 and CAN2 with all filters and everything initialized properly,but when i try to send message on CAN2 after sending message on CAN1,i am unable to transmit the message...is there isssue with using CAN1 and CAN2 simultaneously for both transmitting and receiving perpous????please reply as fast as possible #stm32f4 #can2 #transmit-issue2015-02-19 03:12 AM
is there issue with using CAN1 and CAN2 simultaneously for both transmitting and receiving purpose????
No, I think that should work just fine. Check the status flagged.2015-02-19 06:02 AM
hi Clive,
Thanks for response.First I tried to send message through CAN2. Message received on other end.After that I sent message by CAN1,it also received at other end,but the problem starts after sending message on CAN1. As soon as I send mesage on CAN1 and after that i tried to send message on CAN2,its not get transmitted.I also checked the status of message transmission for CAN2 it showing as Message pending.I am not getting whats the reason behind this.2015-02-19 10:40 AM
I am not getting whats the reason behind this.
I have no insight into your hardware or software.2015-02-20 06:38 AM
2015-02-20 09:59 AM
waiting for response.....
Assume I'm not your minion, or have any contractual obligations to you, don't wait on me to go find the system details, or guess where it's failing. I might initialize things slightly differently, and use different filter settings, but nothing jumping out as too broken here.2015-02-20 08:26 PM
Had anyone come across this kind of problem with CAN2?