Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/16/03 19:26
Read: times


 
#36590 - RE: Memory models & Keil
I would say that when calling a function with parameters, the parameters are mapped in the DATA segment. The problem is that there won't be enough place in the internal RAM to store all the parameters of all my functions ! I've already filled the segment by this way.

So I'd like to shift some parameters into XDATA or to control that the internal RAM will be enough for the parameters.
Do you see ?

Moreover, the linker doesn't tell me if the DATA segment is full !
As these datas are overlayable, I was thinking that when a function isn't in process, the reserved memory for the parameters could be used by an other function. So My DATA segment should be enough !

Mmmm, there is something not clear for me here...

Stephane

List of 10 messages in thread
TopicAuthorDate
Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Keil Code (sic) Browser            01/01/70 00:00      

Back to Subject List