Other Parts Discussed in Thread: ISO1050
Hello,
I have started facing a strange problem with CAN transmission. I am using Piccolo F28069 control card. The code which I am using is already being developed by my company. So I play with the program to increase my understanding about our application. But after a few debugging sessions, I am getting a problem with CAN communication. Let me clear that I am able to build the program and debug the program successfully. I even compared all the settings, small and big, with my colleagues system. I even tried reinstalling the CCS. Initially, I was using the latest version of CCS and also the latest compiler version. If that could create some problem, I reinstalled the CCS of older version which currently my colleague uses.
We have a HMI panel in system, into which CAN is being interfaced, so that we can monitor all the values and eventually evaluate them. After transferring the program, I can view all the real time values into CCS Debug mode, but there is no communication between microcontroller and HMI panel. So all CAN variables will be inactive.
Also, for all the three LEDs on the control card, LED1 is green, which is for the source. LED2 remains red constantly, which is for GPIO 31. This GPIO 31 is used for CAN TX in our system. So one thing I can figure out is that there is definitely some probelm with CAN tranmission. The third LED3, is for ADC ISR which is programmed to toggle at every 11.11s and it does blink as we expect.
Please give your suggestions so that I can move further with my research.
Thanks in advance.