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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/05/04 21:19
Read: times


 
#82567 - 89s52 function sharing.
Hi all!

i use some functions that i wrote (in KEIL compiler) in the function that handle interrupt 1, if i call any of the functions in MAIN it gives me errors like :

WARNING L15 : MULTIPLE CALL TO SEGMENT
SEGMENT: ?PR?_SEND?MAIN?
... etc...

and then he gives me an overflow error

ERROR L107: ADRESS SPACE OVERFLOW
SPACE : DATA
..etc..

if i delete the call to the function (in MAIN) which used by int1 handler function as well ,all the errors and warnings dissapear.

how can i solve it?

List of 19 messages in thread
TopicAuthorDate
89s52 function sharing.            01/01/70 00:00      
   Try This            01/01/70 00:00      
      emphasis            01/01/70 00:00      
         an idea...            01/01/70 00:00      
            Andy, I tried it            01/01/70 00:00      
               Jolly good!            01/01/70 00:00      
            Error            01/01/70 00:00      
               You need to work on it            01/01/70 00:00      
   reentrant ?            01/01/70 00:00      
      reentrant            01/01/70 00:00      
   non-reentrant            01/01/70 00:00      
   Wow            01/01/70 00:00      
   varaible sharing?            01/01/70 00:00      
      Variable sharing            01/01/70 00:00      
      Overflow            01/01/70 00:00      
      variables, main and ISR            01/01/70 00:00      
         Globals use more memory            01/01/70 00:00      
      Isn't that a global?            01/01/70 00:00      
         Globals, ISRs, main, & static            01/01/70 00:00      

Back to Subject List