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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/03/09 06:13
Read: times


 
Msg Score: -1
 -1 Non-Specific question
#163012 - ISR Problem
Responding to: ???'s previous message
I am implementing my LED Display code with a timer interrupt. Initially the ISR i used was small but it did not work for me (as more characters came, their scrolling speed also reduced). So i put the loading of next character in the ISR, due to which ISR is a bit longer than previous one.
When i compiled it, it gave me no erroe but as i put Kiel in demo mode and run my code, it gave me error 65 (and NOP).
When i executed instructions one by one to search for the error, then i saw that Keil is not returing back from ISR and gives this error 65.
This is maybe, i m using a large interrupt service routine of more than 8 bytes, but don't know the syntax in C to write a large interrupt service routine. Any help??

List of 35 messages in thread
TopicAuthorDate
C++ and Keil problem            01/01/70 00:00      
   be less suprised,            01/01/70 00:00      
   Keil C51 is _not_ a C++ compiler.            01/01/70 00:00      
   Very old!            01/01/70 00:00      
      Ok guys            01/01/70 00:00      
         Totally missing the point!            01/01/70 00:00      
            Now what is the problem...            01/01/70 00:00      
               Post the full build output            01/01/70 00:00      
                  the code...            01/01/70 00:00      
                     Missing the point again            01/01/70 00:00      
                     No successful output from compiler possible            01/01/70 00:00      
                        C99            01/01/70 00:00      
                           C99 in Keil            01/01/70 00:00      
                     About your Code            01/01/70 00:00      
                        Local variables within inner blocks            01/01/70 00:00      
                           Thanks for correcting me.            01/01/70 00:00      
                              Improved scope            01/01/70 00:00      
   an often missed fact is ...            01/01/70 00:00      
      Coming to harware implementation.            01/01/70 00:00      
         Consultancy fees            01/01/70 00:00      
         will help            01/01/70 00:00      
         problems of Keil with C            01/01/70 00:00      
         New Topic, New Thread            01/01/70 00:00      
   I got the error            01/01/70 00:00      
      C241 Error            01/01/70 00:00      
         RTFM            01/01/70 00:00      
            how to get rid of it?            01/01/70 00:00      
               if something is too big, you need to make it smaller            01/01/70 00:00      
                  Please have a look            01/01/70 00:00      
                     Bounds checking            01/01/70 00:00      
                        Thanks            01/01/70 00:00      
                           But did you look at your code?            01/01/70 00:00      
                              ok            01/01/70 00:00      
                              ISR Problem            01/01/70 00:00      
                                 Start a new thread!            01/01/70 00:00      

Back to Subject List