Hi,
I'm a bit confused regarding the DDR controller registers.
Register: SDRCR
Field: LPMODEN
sprugj4b p.49 :
LPMODEN = 1 -> Low Power Mode Enable
LPMODEN = 0 -> Low Power Mode Disable
the defines in the CSLR (cslr_ddr2_mddr.h) are:
#define CSL_DDR2_MDDR_SDRCR_LPMODEN_LPMODE (0x00000000u)
#define CSL_DDR2_MDDR_SDRCR_LPMODEN_NO_LPMODE (0x00000001u)
Now my questions:
1) Which one is correct?
3) Is it correct, that the SDRAM refreshs/holds data while in low power mode, but can not be read from or written to?
2) Why do I have to set the bit (enable or disable?) the low power mode to do a SyncReset?
Thanks,
Stefan