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.

TMS570LC4357: Virtual memory configuration

Part Number: TMS570LC4357
Other Parts Discussed in Thread: UNIFLASH, HALCOGEN

Tool/software:

We need to do Virtual Sector Configuration but this cannot be done with UNIFLASH.
Therefore, we want to program FEE according to our settings in the virtual memory. This is only possible through the console in CSS.
We can do the configuration in HALCOGEN and we can load the project in CSS but from there on we don't know what we need to write in MAIN.C in order to be able to start the project and according to the configuration we have made for the virtual memory to save our bin file which we want to save from address 0xF0200000.
Actually, the standard writing method does not work for us because the writing method must be according to a specific organization of the virtual memory.
As I explained we have a bin file that must be written according to the configuration we made in HALCOGEN.
We can show absolutely everything, in reality we need someone to write the code that we need to put in MAIN.C in CCS.
We can send pictures of the configuration in HALCOGEN as well as the bin file.

  • Hi Dimitar,

    I don't understand your requirement clearly, however i want to explain here how the FEE configuration will get store into the memory.

    All the FEE related configurations will be present in the ti_fee_cfg.c file:

    And as you can see these configurations were declared with const type qualifier like as shown above.

    And as mentioned in the linker cmd file these const data will get moved to the FLASH memory.

    So, whenever you create a FEE project the configurations will be get store into somewhere in the flash memory.

    --
    Thanks & regards,
    Jagadish.