Other Parts Discussed in Thread: TMS570LS3137, HALCOGEN,
Tool/software: TI C/C++ Compiler
Hello,
I’m facing with an issue related to the global variable initialization in the SDRAM.
I’m trying to use the SDRAM as .data memory. I’m able to perform read/write operations inside the SDRAM during the normal execution, but when using global variables, after the initialization phase the SDRAM memory doesn’t store any data as shown in the example below for the variable emacAddress[].
By using the internal SRAM instead, with the same application, the global variables are correctly initialized.
Is there some particular setting to be foreseen for the global variables to be initialized in the SDRAM?
Thank you
Ciro