2005-05-05 02:53 AM
Error: L6224E: Could not place main.o(.data) in any Execution region?
2005-05-05 02:22 AM
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