Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).
|
Hello, Can Anybody tell how to test the CAN Protocol Transmission. I am using HCS12 of D family and the CAN transciever is of Philips. I am not getting any pulses on the TXCAN0 of HCS12. Can anybody tell me Please Thanks, With Regards, Manjunatha T.R. E-mail : --------------------------------- |
|
|
|
Hello, if the receiver does not recognize valid CAN frames, analyzing tools, like vector's CANalyzer (http://www.vector-informatik.de/english/), do a good job. But if the HCS12 does not send any signal to the bus, please check the setting of the MODRR register in the Port Integration Module, which is responsible for the mapping of CAN0 (PTM pins or even PTJ on HCS12DJ64). Another possible bug might be the LISTEN bit set in CANCTL1 register, which causes the module not to send any answer but to receive the frames correctly. These are just a few ideas, for further debugging, you should provide the initialization code and information about the derivative (MC9S12D64?). Best regards, Dirk -----Original Message----- From: Manjunath [mailto:] Sent: Tuesday, May 13, 2003 12:07 PM To: Subject: [68HC12] CAN Transmission not working Hello, Can Anybody tell how to test the CAN Protocol Transmission. I am using HCS12 of D family and the CAN transciever is of Philips. I am not getting any pulses on the TXCAN0 of HCS12. Can anybody tell me Please Thanks, With Regards, Manjunatha T.R. E-mail : --------------------------------- -------------------------------------------------------- To unsubscribe from this group, send an email to: To learn more about Motorola Microcontrollers, please visit http://www.motorola.com/mcu |
|
|
|
Hello, I am trying to transmit and recieve 27bytes of data ( Maximum) Now I am sending the program. Can u please show me where i gone wrong. Please help me. Dirk Lill <> wrote: Hello, if the receiver does not recognize valid CAN frames, analyzing tools, like vector's CANalyzer (http://www.vector-informatik.de/english/), do a good job. But if the HCS12 does not send any signal to the bus, please check the setting of the MODRR register in the Port Integration Module, which is responsible for the mapping of CAN0 (PTM pins or even PTJ on HCS12DJ64). Another possible bug might be the LISTEN bit set in CANCTL1 register, which causes the module not to send any answer but to receive the frames correctly. These are just a few ideas, for further debugging, you should provide the initialization code and information about the derivative (MC9S12D64?). Best regards, Dirk -----Original Message----- From: Manjunath [mailto:] Sent: Tuesday, May 13, 2003 12:07 PM To: Subject: [68HC12] CAN Transmission not working Hello, Can Anybody tell how to test the CAN Protocol Transmission. I am using HCS12 of D family and the CAN transciever is of Philips. I am not getting any pulses on the TXCAN0 of HCS12. Can anybody tell me Please Thanks, With Regards, Manjunatha T.R. E-mail : --------------------------------- -------------------------------------------------------- To unsubscribe from this group, send an email to: To learn more about Motorola Microcontrollers, please visit http://www.motorola.com/mcu Yahoo! Groups SponsorADVERTISEMENT var lrec_target="_blank";var lrec_URL = new Array();lrec_URL[1] = "http://rd.yahoo.com/M=253924.3294213.4590844.1261774/D=egroupweb/S=1706554205:HM/A=1380983/R=0/id=flashurl/*http://companion.yahoo.com/config/features5";var link="javascript:LRECopenWindow(1)";var lrec_flashfile = 'http://us.a1.yimg.com/us.yimg.com/a/ya/yahoo_companion/pop_lrec_comp.swf?clickTAG='+link+'';var lrec_altURL = "http://rd.yahoo.com/M=253924.3294213.4590844.1261774/D=egroupweb/S=1706554205:HM/A=1380983/R=1/id=altimgurl/*http://companion.yahoo.com/config/features5";var lrec_altimg = "http://us.a1.yimg.com/us.yimg.com/a/ya/yahoo_companion/pop_lrec_back.gif";var lrec_width = 300;var lrec_height = 250; -------------------------------------------------------- To unsubscribe from this group, send an email to: To learn more about Motorola Microcontrollers, please visit http://www.motorola.com/mcu Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. With Regards, Manjunatha T.R. E-mail : --------------------------------- |