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.

TMS320F28035: tms320f28035

Part Number: TMS320F28035


Hi all,

I had tried global array data with 512 elements to be allocated in FLASHB by changing the linker command for '.ebss' output section to designate FLASHB rather than RAML2 ( before the change .ebss was designated to RAML2 )

and all of the elements of the global array had been initialized to '0'.

when my application was loaded to DSP(TMS320F28035) with the linker command( .ebss  : > FLASHB   PAGE = 1) and I checked them on expression window, the values of those elements were 'NaN'.

and there were some variables that were loaded to FLASHB by the command aforementioned. on expression window,  some of them had values of '0xFFFF' and others 'NaN'

why was that happen?