LPDDR2 performance vs DDR3L

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPDDR2 performance vs DDR3L

1,594 Views
pratyushtomar
Contributor IV

We have a custom board with imx6ul processor and LPDDR2.  We are using PN532 NFC on uart. We observed that at low cpu frequency (198000 KHz) there were many failure cases while reading NFC tag due baud rate mismatch and also our python application (to continuously read ADC data) execution becomes very slow. No problem was observed when we operated board at highest frequency (528000KHz). We tested same thing on imx6ul evk board at low frequency, but in this case every thing was working fine (NFC and python application). We didn't observe any failure case while reading NFC tag or our python application becoming slow.

Thus my question why their is so much difference in board performance at low cpu frequency? Is this due to LPDDR2? Both LPDDR2 and DDR3L are 400MHz.

Labels (3)
0 Kudos
1 Reply

630 Views
igorpadykov
NXP Employee
NXP Employee

Hi Pratyush

in general ddr3 is faster as its burst bigger:

please check Table 33-1. MMDC feature summary i.MX6UL RM

Supports burst length of 8  for DDR3
Supports burst length of 4 for LPDDR2

http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6ULRM.pdf 
may be useful to check mmdc profiling
MMDC Profiling Tool 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos