Other Parts Discussed in Thread: CCSTUDIO
Hi,
I gone through c674x_linker.cmd and dss_mmw_linker.cmd file for understanding memory allocation in IWR1642 high accuracy demo.
Line 23 of dss_mmw_linker.cmd file is: .l3data: type=NOINIT, start(_L3data_start), size(_L3data_size), load=L3SRAM PAGE 1
I wanted to know what are the values of _L3data_start and _L3data_size in above command. Can I change the values?
Thanks,
Akshay