Hi sir,
we are updating our project. In our old revision, a 32-bit SRAM chip used as stack memory (target buffer memory ) in a local bus(address- 0x10001000). for that RCWLR values are 0x03240086, it's working fine. we are upgrading the design, where we replaced the SRAM chip with 32-bit DDR1 SDRAM (which is in the DDR controller bus).In the CodeWarrior v8.8 Hardware diagnostic mode, we tried to read/write with DDR memory, it is working (the RCWLR values are 0x02230086). In this configuration, DDR working fine. but if we are configured as stack memory in the EPPC panel (target buffer memory, address- 0xA0000000), the processor is not booting up.
can anyone tell me, what are changes need to make for mapping SRAM to DDR in software?
Regards,
Venkat
Please check BSP being used and modify CFG_DDR_BASE in the corresponding board ".h" file according to your needs.
sir, can you share any working project files? so, that I can refer config to my project...