cancel
Showing results for 
Search instead for 
Did you mean: 

IAP Driver Compile Error

tevfikyazici
Associate II
Posted on December 12, 2005 at 09:42

IAP Driver Compile Error

3 REPLIES 3
tevfikyazici
Associate II
Posted on December 08, 2005 at 14:26

Hi,

I downloaded IAP application note from link

http://www.st.com/stonline/products/support/micro/files/an2zip

and opened project with realview debugger v1.7. IAP project is created with previous version of realview ide. So Realview debugger v1.7 upgrade the project. And then I build the project but

Error: L6224E: Could not place common.o(.data) in any Execution region. error occured. What is the reason for this error? Attached zip file contains all source files and build log file.

________________

Attachments :

IAP_Driver_upgraded.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HtHD&d=%2Fa%2F0X0000000aL0%2FgVzwP4O2eizyQzgI_GMahhxtWiuUgDrzU0fn9KktNeQ&asPdf=false
tevfikyazici
Associate II
Posted on December 09, 2005 at 12:49

I did not modify any file.

Scatter file is as follow

FLASH 0x40000000 0x10000

{

FLASH 0x40000000

{

71x_vect.o (Vect, +First)

71x_init.o (Init)

* (+RO)

}

RAM 0x20000000

{

program.o (+RO)

common.o (+RO)

flash.o (+RO)

uart.o (+RO)

* (+ZI)

}

}

tevfikyazici
Associate II
Posted on December 12, 2005 at 09:42

this line solve the problem but There is lack of some information in application note scatter file at link

http://www.st.com/stonline/products/support/micro/files/an2078.zip

. It should be corrected.

lack line: * (+RW)

Thank you for help.