This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to change the MEMORY CONFIGURATION?

hi,

       I'm using TMDSEVMC6472,CCSv4.2,sys/bios6.3.mcsdk1.0

      in the .cfg file ,we can config the sectMap ,like DDR2,LLRAM,SLRAM. then,in the project directory will generate a .map file,e.g.

            MEMORY CONFIGURATION

            name        origin             length           used     unused   attr    fill
            ---------------------- -------- --------- -------- -------- ---- --------
          SL2RAM  00200000     000c0000      00058530  00067ad0 RW X
          LL2RAM  00800000     00098000      00000200  00097e00 RW X
          DDR2      e0000000    10000000       000b0621  0ff4f9df RWIX

I know in my board,the DDR2  start addr is 0xe0000000 ,but i want to retain some space 0xe0000000~0xe1000000,and the project can use from 0xe1000000,not 0xe0000000,

how can i modify? thank you !

      In fact ,I have changed the nimu,than the client example can run the core1 not only the core0,it succeed ! 

      now I want to  both running a client example on core0 and core1,so I think I must distinguish the space in the DDR2 and SLRAM for the two cores running clients. 

    maybe change like the follows:

          SL2RAM  00260000     000c0000      00058530  00067ad0 RW X
          LL2RAM  00800000     00098000      00000200  00097e00 RW X
          DDR2      e1000000    10000000       000b0621  0ff4f9df RWIX