Tool/software: Code Composer Studio
Hello
I'm use the board with TMS320C6670.
While constructing boot-table I need to use only global addresses in my projects for all cores
L2SRAM_CORE0 - 0x10800000
L2SRAM_CORE1 - 0x11800000
L2SRAM_CORE2 - 0x12800000
L2SRAM_CORE3 - 0x13800000
because boot-loader RBL places incorrectly my codes for CORES1,2,3 if I try use local adresses
L2SRAM - 0x00800000
Haw can I convert local addresses to global while creating boot-table?
With regards.
Alexander.