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