Hi all,
I am working on OMAP L137 device using CCS v5. This is regarding code segmentation. i am able to load a particular function at external memory(SDRAM) and running from internal memory using copy_in() function and some changes in linker script. copy_in() is inbuilt in C6000 compiler. i did this test on DSP core in OMAP L137. I am also attaching document of the procedure we followed. but same procedure not working on ARM core. Please help for solving the following items.
1. what is the procedure for code segmentation on ARM side.
2. Above procedure done on DSP with .out file and now we are trying to create .bin file using tiobj2bin.bat . It is creating very big file in GBytes range. can anybody explain how to create small binary image.