2005-12-12 12:42 AM
2005-12-08 05:26 AM
Hi,
I downloaded IAP application note from linkhttp://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=false2005-12-09 03:49 AM
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) } }2005-12-12 12:42 AM
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.