Hi Champ,
I am asking for my customer.
They are adding RAM functions, while the compiler has an error if the function size is greater than a sector with using "LOAD = …" (.TI.ramfunc : LOAD = FLASH_BANK0_SEC1 | FLASH_BANK0_SEC2 | FLASH_BANK0_SEC3), and it passes with using " >> " (.TI.ramfunc : >> FLASH_BANK0_SEC1 | FLASH_BANK0_SEC2 | FLASH_BANK0_SEC3).
1. In this condition (function is greater than a sector), what is the difference between these 2 syntaxes ?
2. Is the error related to the allocation onto the boundaries ?
Thanks and regards,
Johnny