DSPRelated.com
Forums

EMIF on c6711 DSK

Started by dwjohns1 December 8, 2003
I am currently trying to receive 16-bits of data from the EMIF from
one of the connectors on the DSK. What I want to do is look at this
data at a memory location and do some decisions based upon the value.
The question I have is, how do I get this data from the location the
EMIF uses to store it? I believe the data is stored in CE1, so do I
point to the starting address of 0x9000000? Any help would be greatly
appreciated!

Thanks,
David



David,
 
Try 0xA0000000 [CE2] or 0xB0000000 [CE3].
 
mikedunn

dwjohns1 <d...@hotmail.com> wrote:
I am currently trying to receive 16-bits of data from the EMIF from
one of the connectors on the DSK. What I want to do is look at this
data at a memory location and do some decisions based upon the value.
The question I have is, how do I get this data from the location the
EMIF uses to store it? I believe the data is stored in CE1, so do I
point to the starting address of 0x9000000? Any help would be greatly
appreciated!

Thanks,
David
_____________________________________
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




Will reading in data from an external daughtercard and storing it in
CE2 or CE3 via EMIF cause bus contention with the other devices on
the board? If so, how can I not cause the contention.

Thanks,
David
--- In , Mike Dunn <mike-dunn@s...> wrote:
> David,
>
> Try 0xA0000000 [CE2] or 0xB0000000 [CE3].
>
> mikedunn
>
> dwjohns1 <davidj382@h...> wrote:
> I am currently trying to receive 16-bits of data from the EMIF from
> one of the connectors on the DSK. What I want to do is look at this
> data at a memory location and do some decisions based upon the
value.
> The question I have is, how do I get this data from the location
the
> EMIF uses to store it? I believe the data is stored in CE1, so do I
> point to the starting address of 0x9000000? Any help would be
greatly
> appreciated!
>
> Thanks,
> David >
> _____________________________________
> 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
>
> To Post: Send an email to
>
> To Leave: Send an email to
>
> Archives: http://www.yahoogroups.com/group/c6x
>
> Other Groups: http://www.dsprelated.com > ">http://docs.yahoo.com/info/terms/



David,
 
The only "contention" will be for the time that it takes to do a memory read or write.
Just to clarify - when you read/write from/to add 0xA0000000 the CE2 signal will be sent out to enable the daughtercard hardware.  A memory read or write cycle will take place.
 
mikedunn

dwjohns1 <d...@hotmail.com> wrote:
Will reading in data from an external daughtercard and storing it in
CE2 or CE3 via EMIF cause bus contention with the other devices on
the board? If so, how can I not cause the contention.

Thanks,
David
--- In c...@yahoogroups.com, Mike Dunn wrote:
> David,
>
> Try 0xA0000000 [CE2] or 0xB0000000 [CE3].
>
> mikedunn
>
> dwjohns1 wrote:
> I am currently trying to receive 16-bits of data from the EMIF from
> one of the connectors on the DSK. What I want to do is look at this
> data at a memory location and do some decisions based upon the
value.
> The question I have is, how do I get this data from the location
the
> EMIF uses to store it? I believe the data is stored in CE1, so do I
> point to the starting address of 0x9000000? Any help would be
greatly
> appreciated!
>
> Thanks,
> David>
> _____________________________________
> 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
_____________________________________
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