DSPRelated.com
Forums

accessing data and address lines on a c6711 dsk (connectors J1 & J3)

Started by semmel broesel September 25, 2003
Hi,

i use the c6711 dsk. i have a usb daughtercard, but i
cant find a possibility to write direct to address and
data lines and read from the data lines. the
daughtercard connects data lines from 0:15 on the J
connectors of the dsk. also address lines. how do i
use a CE space? Thanks

Semmel

__________________________________



Hello Semmel,
 
To "use CE space" refer to the addresses:
0x8xxxxxxx CE0 - DSK SDRAM
0x9xxxxxxx CE1 - DSK SW&LEDs + FLASH
0xAxxxxxxx CE2 - daughtercard for DSK
0xBxxxxxxx CE3 - daughtercard for DSK
Replace the 'xxxxxxx' with 7 hex digits that you want to see on the address lines.
 
mikedunn


semmel broesel <s...@yahoo.com> wrote:
Hi,

i use the c6711 dsk. i have a usb daughtercard, but i
cant find a possibility to write direct to address and
data lines and read from the data lines. the
daughtercard connects data lines from 0:15 on the J
connectors of the dsk. also address lines. how do i
use a CE space?Thanks

Semmel

_______________________________________________________________________
Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to c...@yahoogroups.com

To Post: Send an email to c...@yahoogroups.com

To Leave: Send an email to c...@yahoogroups.com

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.com



thanks.
And how can i send "commands" on the data lines. e.g.
i have to send commands via the ED[0:7] and read data
from ED[0:15]. is this also possible with CE2?

Semmel



Semmel,
 
A lot of this has to do with your hardware.
 
All that you have to do is to treat your I/O registers as memory addresses. If you need to store command 0xAB at address 0xA0000004, just store it as if it were memory.  The same for reads [except that you will want to read shorts instead of chars]
 
mikedunn
semmel broesel <s...@yahoo.com> wrote:
thanks.
And how can i send "commands" on the data lines. e.g.
i have to send commands via the ED[0:7] and read data
from ED[0:15]. is this also possible with CE2?

Semmel
_____________________________________
Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to c...@yahoogroups.com

To Post: Send an email to c...@yahoogroups.com

To Leave: Send an email to c...@yahoogroups.com

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.com