On Friday 14 February 2014, [email protected] wrote:
> I am rather new to Linux development, so please bear with me.

> My next step lies in utilizing a CAN PC-104 board (Advantech PCM-3680
> is what I have now) to send and receive messages in close time with
> serial data received from a 16550A UART.
>
> I've struggled a bit and cannot successfully get xeno_can_isa to load
> with what I think are the correct io and irq settings.  I think I
> need io address of 0xda0000 but am told this is "invalid for
> parameter 'io'".  The board's documentation uses the old x86
> segment:offset notation of 0xDA00:0000, which I think is 0xDA0000.

Have you tried 0xDA00 ?

This should allow access to the first port. To make use of the second 
port, try loading the driver with io=0xda00,0xdc00

0xDA00:0200 is another way of saying 0xDA00+0x0200 = 0xDC00

Check the DIP switches and ensure that you have the correct address set.


Regards Paul.

> PRIVACY NOTICE:
Yawn.


_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to