Ok, doc also says : _ "The exact index description of the SJA1000 is given in the correcponding datasheets of Philips" So I think you are rigth I'll have a look at the code.
But if it's managing standard SJA1000 registers why socketCan driver wouldn't work ? 2010/11/29 Wolfgang Grandegger <[email protected]> > On 11/29/2010 10:00 PM, Willy Lambert wrote: > > My docs says : > > _ basis adress (0xD0000 for me) + 0x0000 to 0x00FF : CAN-Controller 1 > > _ basis adress + 0x0100 to 0x01FF : Reset CAN1 > > _ basis adress + 0x0200 to 0x02FF : CAN-Controller 2 > > _ basis adress + 0x0300 to 0x03FF : Reset CAN2 > > So I there is still a stange difference between one controller range and > the > > 0x20 byte register of SJA1000. Maybe the only problem interfacing my > board > > with socket can is here... > > Well, it just says that the Reset-Region starts at offset 0x200. Does > the IXXAT driver touch that region? If yes, where? And how are the > registers accessed? > > > They told me explicitly to use only one IRQ for both controllers : > > > >> me > I can't write irq=5,7 as stated in the docs > >> ixxat > Please use the same IRQ for both CAN controllers. > > OK, then irq=5,5 should just work fine. > > > But anyway, at the moment making just one working is enougth. I will > setup > > the second one when I'll have something working. > > > > I'll do my best to instrument this code and give you the result > > Good luck. > > Wolfgang. >
_______________________________________________ Socketcan-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-users
