Part Number: TMS320C6657
Tool/software: TI C/C++ Compiler
Hello,
When I build my flashable binary with hex6x (compiler 8.3.2), I have the following warning
warning: section dsp_program_core1.out(.DPD_data) at 086c780h falls in unconfigured memory (skipped)
When I look at the map file, I have about .DPD_data this :
.DPD_data
* 0 0086c780 00000010
0086c780 00000010 DPD_release.lib : EstimateAndApplyGain.obj (.const:$P$T0$1)
But no reference to .DPD_data appears in the .cinit section
.cinit 0 7046b570 00004a28
7046b570 00001fd0 (.cinit..modem_data.load) [load image, compression = rle]
7046d540 0000109d (.cinit..oe_data.load) [load image, compression = rle]
7046e5dd 00000cda (.cinit..c6657_tcp3_tables.load) [load image, compression = rle]
7046f2b7 00000621 (.cinit..bsp_data.load) [load image, compression = rle]
7046f8d8 00000298 (.cinit..algo_data_L2.load) [load image, compression = rle]
7046fb70 00000145 (.cinit..ti_data.load) [load image, compression = rle]
7046fcb5 0000012d (.cinit..os_data.load) [load image, compression = rle]
7046fde2 00000075 (.cinit..rodata.load) [load image, compression = rle]
7046fe57 0000004c (.cinit..memory_allocator_cache.load) [load image, compression = rle]
7046fea3 0000004c (.cinit..neardata.load) [load image, compression = rle]
7046feef 0000000d (.cinit..c6657_vcp2_buffer.load) [load image, compression = rle]
7046fefc 0000000d (.cinit..mc_cmd_buffers.load) [load image, compression = rle]
7046ff09 0000000d (.cinit..memory_allocator.load) [load image, compression = rle]
7046ff16 00000009 (.cinit..bss.load) [load image, compression = rle]
7046ff1f 00000001 --HOLE-- [fill = 0]
7046ff20 00000008 (__TI_handler_table)
7046ff28 00000070 (__TI_cinit_table)
Regards,
David