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.

RTOS/AM5746: how to generate static variables information to map-file

Guru 10235 points

Part Number: AM5746

Tool/software: TI-RTOS

Hello, TI Experts,

 

Our customer sent us a question about map-file by using PROCESSOR-SDK-RTOS-AM57X with below condition.

- CCS v8

- GCC GNU v6.3.1(Linaro)

- HW IDK574xEVM

- SW pdk_am57xx_1_0_11

- XDCTools 3.50.3.33

- ICE XDS200 ( or XDS100 or XDS560 )

 

They want to know how to generate like below static variables information to map-file.

static int g_svHogeHoge; // static RAM

static int fxn_HogeHoge(int param) // static function

{

     // any process

}

 

They also found the related E2E-thread like below;

But they cannot find any answer.

https://e2e.ti.com/support/tools/ccs/f/81/p/121483/449671?pi316318=1

 

Question:

  Could you tell us how to generate static variables information to map-file?

 

Best regards,