• Interrupt entry and exit routines
    I would like to change the order that some of the registers are stored on the stack when an interrupt occurs. Ideally I would like to store the IE register first. Does anyone know if it is possible to...
  • IDLE MODE EXIT PROBLEM
    HI all,,,, I need a small help from you all.... actually i am new to electronics and programming part. i am making a small project in which i need to enter the idle mode to save the battery consumption...
  • Exit from _getkey()
    I write function, which recieve 4 characters from serial port with _getkey() function. It waits until all characters does not come. I need to exit from recieving if characters does not come for long time...
  • Program does not exit from C51STARTUP
    I have written some code for a Silabs C8051F330 CPU, compiled it and then obviously some C51STARTUP code is generated that initialize the variables. Using my USB debug adaptor I discover the execution...
  • Key Press to Exit While Loop
    Hi Everyone, I have been searching for this thing few days and have not found anything except using simple C such as KBHIT. For example, I'm using switch command of case: "A". In this switch case...