Hello, ... You should use "consumer(s)" instead of "master" ;-) SAM MPDOs can be consumed by one node or multiple nodes, depending on the application ...
Heikki Saha
heikki.saha@...
May 2, 2005 6:06 am
4678
Hello Heikki, Thank you again. You have been very helpful. Regards, Greg ... -- Archives and useful links: http://groups.yahoo.com/group/CANbus Subscribe and...
Greg Wells
greg@...
May 2, 2005 5:17 pm
4679
Hello all, I'm trying to use CAN/CANopen between an HCS12 (m9s12dp256b, with philips PCA82C250) and an operator panel (from ESA), which integrates a canopen...
l s
ls_vettiner@...
May 3, 2005 1:42 pm
4680
Hi everybody, Am a newbie to CAN. Am trying to implement a CAN driver on MC9S12DP256 micro eval board using metrowerks codewarrior. I am facing two problems 1....
venkateshwarlu kacham
venki1254@...
May 3, 2005 3:31 pm
4681
Stephane, What you are missing is the dominant (i.e. logical 0) Ack bit. This is expected to be sent by any other (but the sender) device, that observes a...
"Christian Bräutig...
bg@...
May 3, 2005 4:16 pm
4682
Date : 3 may 2005 Hello everyone on the CAN list, I am having trouble getting a 908GZ60's CAN up and running.On reset, is the MCU already in soft reset state....
arun kumar
arun_k0911@...
May 3, 2005 8:03 pm
4683
Hello, ... The CAN-Controller registers of the different CAN modules are located on different addresses. Check the global memory map table of your derivate. ...
Steffen Rose
ro@...
May 4, 2005 1:15 pm
4684
Rose, I checked the global memory map, its correct. We are using the predefined registers. Please find the attached code we are using. Am using the connecter...
venkateshwarlu kacham
venki1254@...
May 4, 2005 4:31 pm
4685
Is there any CAN monitor software to this Advantech card? Rodrigo Martins Intermetric Instrumentos Ltda (11) 4761-8009 rodrigo@......
Rodrigo Cesar da Silv...
rodrigo@...
May 5, 2005 3:19 pm
4686
Hi, Does anyone have idea of how much could the cheapest integrated CAN controller and transceiver cost in terms of 100K quantity? Dr K H Tang Embedded System,...
Dr K H Tang
khtang@...
May 6, 2005 2:51 am
4687
At those sorts of volume you won't be getting any list price. I would expect any useful info you get will be very confidential. -- Charles ... From:...
Charles Manning
Charles.Manning@...
May 6, 2005 3:47 am
4688
Hi, I took a look at your code. Seems that your codewarrior version can use processor expert. I suggest you try to use it, It will create all the necessary...
Sabina Catala Oltra
sabinaca@...
May 6, 2005 12:28 pm
4689
Hi, I'm trying to get my CAN interrupt work in my LPC2194. I have following code to init can2: // Interrupt Service Routines void CAN2IRQ (void) __attribute__...
artturiak
artturi@...
May 6, 2005 7:43 pm
4690
Hi, ... Do you see your receive message within the registers? Is the Interrupt flag set? ... -- Steffen Rose -- Archives and useful links:...
Steffen Rose
ro@...
May 9, 2005 8:57 am
4691
Hello Venki, ... At the End of the initialization you should wait after INITREQ=0 for INITAK == 0. Better you do not stop in the Debugger and do not step the...
Steffen Rose
ro@...
May 9, 2005 9:02 am
4692
Hi Steffen Rose, Thanks a lot. Now we are able to transmit the CAN MSG with the DP256 board i.e we saw the pulses in scope.But we are not able to get the ACK...
venkateshwarlu kacham
venki1254@...
May 10, 2005 5:24 am
4693
Hello Venki, ... What was the problem? Now your ACK problem: Generate the other devices error frames? If no: The other devices are in the Listen mode or are...
Steffen Rose
ro@...
May 10, 2005 8:45 am
4694
Hi Venki, I took a look at my MilCAN 9S12 code to see if I could post something that might help you out but unfortunately it's too specific to the application...
John Dammeyer
johnd@...
May 10, 2005 9:31 am
4695
... I strongly support this and propose it for the "Best CAN Problem Solving Question Award" (Looking for a nice acronym for that :-) -- with best regards /...
Heinz-Juergen Oertel
oe@...
May 10, 2005 10:43 am
4696
Hi steffen, Thanks a lot. I am transmitting the CAN message with 100 kbps.But From other CAN iam not getting the ACK.i.e it is not receiving.Other CAN is fully...
venkateshwarlu kacham
venki1254@...
May 10, 2005 10:43 am
4697
Hi I don't see received message in the registers so there is something problem with receiving settings. I'm sending message from CAN2Tx and receiving from...
artturiak
artturi@...
May 10, 2005 11:32 am
4698
Hi, ... You cannot connect the Tx and the Rx pin directly in CAN. This will not work. You have to choices: 1. You connect all Rx pins together and use an ...
Thilo Schumann
headquarters@...
May 12, 2005 3:25 pm
4699
Hi Thilo I had mistake in code so I couldn't receive the message. No it works and I can read message data and message id from registers. I'm using your choice...
artturiak
artturi@...
May 12, 2005 5:42 pm
4700
Dear CAN list members We are using Infineon SAK C167 micrcontroller as CANopen Master in a CANopen Network. We have connected 31 CANopen slaves. The make is...
Shripad Pandit
spp_can@...
May 24, 2005 8:23 am
4701
Hello all, I have a doubt on CAN 2.0 part B specifications. On fault confinement rule n. 3 exception 2, it says that the TEC is not increased when: "Exception...
Bonincontro Luigi
Luigi.Bonincontro@...
May 24, 2005 8:36 am
4702
Dear Mr. Bonincontro, as far as I know, the exception two is only valid, if the recessive sent but dominant detected stuff-bit in the arbitration field is...
Reiner Zitzmann
headquarters@...
May 24, 2005 10:03 am
4703
Hello, When powering off the NMT-slave nodes, the SYNC-producer should keep sending SYNC. After powering on the slaves, nothing special should happen. RTR-bit...
Heikki Saha
heikki.saha@...
May 24, 2005 2:36 pm
4704
I don't know Heinz, John's frequent response "is there at least one other node on the bus?" is also a strong contender for this award. Steve ... From:...
Corrigan, Steve
s-corrigan1@...
May 24, 2005 3:47 pm
4705
Thanks Steve, I have created http://www.CAN-Wiki.info/ProblemSolvingQuestions Everybody should feel free to add more. Regards Heinz...
Heinz-Juergen Oertel
oe@...
May 25, 2005 11:59 am
4706
Cool! Great Job Heinz. I still think the be all and end all question though is: "I've connected up my CAN network but it doesn't work. Why?" John Wireless CAN...