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.

TMS320F28388D: warning #10456-D: You must specify the page for the specific placement of "codestart" when not using unified memory model.

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG

Tool/software:

Hello,

 

CCS Version: 20.0.0.12__1.6.0

Hardware: controlCard

I've added my project files to the sample project "led_ex1_blinky"

In my project files i'm accessing CPU timer registers.

I have linked f2838x_headers_nonBIOS_cpu1.cmd file from C:\ti\c2000\C2000Ware_5_05_00_00\device_support\f2838x\headers\cmd folder to my project.

My project also has a device_cmd.cmd file which is autogenerated in the C:\Users\...\CPU1_RAM\syscfg folder.

This device_cmd.cmd file has :

SECTIONS
{
//
// C28x Sections
//
.reset : > RESET, TYPE = DSECT /* not used, */
codestart : > 0x000000

 Which is generating the below warning:

[83]"syscfg/device_cmd.cmd", line 67: warning #10456-D: You must specify the page for the specific placement of "codestart" when not using unified memory model.

How to fix this warning?

Thanks,

Krishna