0
\$\begingroup\$

I have one x16 memory chip () that has two Data Strobe pairs (UDQS and LDQS), on the other hand, I have arm chip (i.MX6 ULZ) that has one Data Strobe pair (DQS). Is there any way of connecting them, I'm concerned about connecting them together because they are bi-directional. Will a solution like this work? (Just ignore length matching) DDR

Peter Smith
22.9k1 gold badge33 silver badges66 bronze badges
asked Jul 5, 2019 at 18:38
\$\endgroup\$

2 Answers 2

0
\$\begingroup\$

According to the datasheet, the part does have 2 DQS pairs (as well as DM and so forth):

Snippet from data sheet

Page 97, pin assignments.

The two sets of DQS probably would be used for 2 8 bit devices, but effectively your 16 bit device is just that anyway. There may be a bit of glue required to use a 16 bit memory, though.

That said, it is possible that a single DQS pair is used for both upper and lower strobes.

The design files for the development board are available if you have an NXP account. Usually pretty easy to set up an account and then you can look at the schematics and see how NXP did the interfacing.

answered Jul 7, 2019 at 14:03
\$\endgroup\$
1
  • \$\begingroup\$ these schematics are great source of knowlege, thank You! \$\endgroup\$ Commented Jul 7, 2019 at 16:49
0
\$\begingroup\$

As I understand it...

UDQS = Upper byte data strobe (for upper 8 bits)

LDQS = Lower byte data strobe (for lower 8 bits)

So if your DDR3 controller has only one DQS then it only supports an 8-bit data bus. Therefore you can only use 8-bits of your DDR3 memory and must throw away the other 8-bits of bus width.

The chance of your processor only having an x8 DDR3 bus is rare, so I would double check your datasheet, footprint and whether the memory chip you have selected is ideal for this application.

answered Jul 7, 2019 at 13:48
\$\endgroup\$
2
  • \$\begingroup\$ The part in question supports 16 bit data \$\endgroup\$ Commented Jul 7, 2019 at 13:54
  • \$\begingroup\$ Controller supports only x16 memories and has only DQS, it's pretty strange and I don't know how to work with it :/ \$\endgroup\$ Commented Jul 7, 2019 at 13:57

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.