cancel
Showing results for 
Search instead for 
Did you mean: 

Error: L6224E: Could not place main.o(.data) in any Execution region?

ongth60
Associate II
Posted on May 05, 2005 at 11:53

Error: L6224E: Could not place main.o(.data) in any Execution region?

1 REPLY 1
ongth60
Associate II
Posted on May 05, 2005 at 11:22

Ive tried compiling the below but it wouldnt work:

u8 Unit_ID[7] = ''OTCDMS'';

...

...

...

int main()

{

...

...

UART_StringSend(UART0, (u8 *)&Unit_ID);

}

There's no syntax error but theres this error:

Error: L6224E: Could not place main.o(.data) in any Execution region.

I suspect this is something to do with the scat file. Pls enlighten me.

Warm rgrds,

ongth60