This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

.text section allocation

I am realativly new to the CCS and could use a little help on the syntax of how to designate the .text section to be more than one segment in Flash.

Below .text is sectioned into FLASHA only. How do I spread .text across more Flash such as FLASHC and FlashD?

SECTIONS
{
   /* Allocate program areas: */
   .cinit            : > FLASHD,     PAGE = 0
   .pinit            : > FLASHD,     PAGE = 0
   .text             : > FLASHA,     PAGE = 0