hi, guys
I have a TSCAN1 Board and have installed it on TS7300, I have also read some
relative manuals. The received can message is decoded at SJA1000_base_addr. 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 can message. But I have some questions about the
getting data from the SJA1000_base_addr. I wanna get the 8 byte data and
transfer them, so has anyone ever used the TSCAN1 board? Could you please give
me 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/
|