DM8168 bumpy hardware path (DDR3), dm8168 path ddr3

Source: Internet
Author: User

DM8168 bumpy hardware path (DDR3), dm8168 path ddr3

A new 8168 board was created. During DDR3 debugging, EMIF0 encountered an error in some data bits.

DDR3 128 MB * 8 = 1 GB

To test all the space of DDR3, I save the address to DDR3, which is the operation of * pdata ++ = (Uint32) pdata.

The following problem occurs:

Write 80000000 from 0x80000000, write 80000004 from 0x80000004, and so on

Run at full speed. Check the memory in the memory browser after writing all the files and find the problem:

The original 80000000 saved in 0x80000000 is changed to 88000000, and 80000004 is changed to 88000004.

That is, the data bit D [27] is changed from 0 to 1.

I went on to test. This time I changed to * pdata ++ = ~ (Uint32) reverse operation of pdata

Run at full speed. After writing all the data, let's take a look back:

The original 7 FFFFFFF stored in 0x80000000 is changed to 77 FFFFFF, and the 7 ffffffb in 0x80000004 is changed to 77 FFFFFB.

At this time, the data bit D [27] is changed from 1 to 0...

This error always occurs in EMIF0, and EMIF1 does not.

When I write data to the memory in a single step of CCS, I observe that the memory is correct data. The above problem does not occur, or I only write a small part of the memory.

And the full speed operation does not have the above problem, that is, after writing a large amount of data and running at full speed, 100% will have this 27th data flip situation, which should have been

Is 1 to 0, it should be 0 to 1...

My idea is that the DDR3 with the highest data bit in the EMIF0 part of the 8-piece DDR3 has a problem, and the performance is not good. Do you want to change it?

If this is the case, it will be too bad luck. The cost of the board is very expensive. This BGA blow welding hand is shaking. I'm dizzy. If you have other possible reasons, please advise.


Who has information about DM8168? recently, we have to design a minimum hardware system based on ARM + DM8168,

See the attachment, official demo board, schematic and pcb, cadenc format, to help you print the schematic diagram in pdf format.


 
My motherboard only supports DDR2 memory, but I have used DDR3 memory for several years (the hardware detection software detects that my current memory is DDR3

The system only performs a high test and does not display two different memory types at the same time. However, it is strange how DDR2 and DDR3 can be inserted on the same motherboard.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.