Part Number: TMS320F280049
I need to have the first twelve Flash memory Bank0 sectors available for code, this is the line in the link file:
.text : >>FLASH_BANK0_SEC0 | FLASH_BANK0_SEC1 | FLASH_BANK0_SEC2 | FLASH_BANK0_SEC3 | FLASH_BANK0_SEC4 | FLASH_BANK0_SEC5 | FLASH_BANK0_SEC6
| FLASH_BANK0_SEC7 | FLASH_BANK0_SEC8 | FLASH_BANK0_SEC9 | FLASH_BANK0_SEC10 | FLASH_BANK0_SEC11
| FLASH_BANK0_SEC12 , PAGE = 0, ALIGN(4)
is it correct ?
My code has several routines and modules, in what way the linker place the module and routines in the available sectors ?
Thank you.