Hello
In fact when you place an object in a user defined section inside of a .appli file, the assignment is performed at compilation time.
So if you intend to place a variable into DDR, you need to associate the .appli file to the project which is generating the library.
The section where the variable is allocated is stored in the.eln file generated by the compiler.
CrasyCat