is it possible to use a scat file to place the rw compression data?
We must be saying the same thing just in circles... The 0x77 IS the RW section (I'm almost sure of this)
Basically Figure 2 on this page says it all:
http://www.keil.com/support/man/docs/armlink/armlink_Bhchdbih.htm
The important thing is to realize the the Load View has an RW section and the Execution View has an RW section and they do not have to be at the same place but both are still the RW sections.
The code that moves/copies/decompresses the regions that don't have the same Load and Execute locations is the C lib init code. I've single stepped through this code may time :)
Cheers,
M
"We must be saying the same thing just in circles..."
Yes, I think we are ;)
However, I have to admit that you've made me revisit and rethink the topic - My original requirement changed a little and the challenge went away.
When I get a chance, I would like to re-examine the whole area keeping your comments to hand.
Cheers.