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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/01/07 15:44
Read: times


 
#134028 - re: Interrupts
Responding to: ???'s previous message
Nope, I'm not using any interrupts and all are disabled at the moment. It's liturally just toggling an IO pin. My main routine is below...pretty simple. I'm not changing anything in this file between builds. I'm just adding the other files to the build. They have no interrupt anything in them yet either. Except for a command parser, they are all function stubs for drivers I'll be writing.

void main(void)
{
P3_4 = !P3_4;
}

Right now, I don't have access to much other than this and the HITECH compiler. Now, the HITECH compiler compiles everything just fine and it runs without issue. I'd continue to use that compiler, but I just have the 30 day eval version. I may break down and get the full version at some point, but I really like the SDCC with CodeBlocks front end better.

List of 21 messages in thread
TopicAuthorDate
SDCC Compiler questions            01/01/70 00:00      
   Need more details            01/01/70 00:00      
      SDCC C Complie Procedure            01/01/70 00:00      
   lose all sign of life?            01/01/70 00:00      
   code size limited SDCC?            01/01/70 00:00      
      answer to where to get            01/01/70 00:00      
   packihx, srec_cat            01/01/70 00:00      
      Following up....            01/01/70 00:00      
         short/long options            01/01/70 00:00      
            re: short/long options            01/01/70 00:00      
               I do not recall who it was ...            01/01/70 00:00      
               No which or why            01/01/70 00:00      
                  re: No which or why            01/01/70 00:00      
                     if it's not the watchdog            01/01/70 00:00      
                        Partial solution            01/01/70 00:00      
                           just a few more rough ideas            01/01/70 00:00      
                              interrupts            01/01/70 00:00      
                              re: Interrupts            01/01/70 00:00      
                                 function main()            01/01/70 00:00      
                                    Juergen            01/01/70 00:00      
                                 ... and the test ride?            01/01/70 00:00      

Back to Subject List