hi, guys
I have a TSCAN1 board and have installed it on the TS-7300 board. Meanwhile I
have read some relative manuals. At first, I have to make some settings and
select some base address. The can message is decoded at the SJA1000_base_addr.
And the tscan1.c calls a function which is defined like
static u8 tscan1_read(const struct sja1000_priv *priv, int reg)
{
return inb((unsigned long)priv->reg_base + reg);
}
this function will return the whole can message. But I have some quetions about
the getting 8 buye data from the SJA1000_base_addr. So has anyone done some
research about the TSCAN1, could you please give some help, thanks in advance!
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|