• undesirable 'optimization'
    the source (shown from the list): 312 3 /* shift out the column data */ 313 3 for (index = 0; index < 8; index++) 314 3 { // column clock to 0, clear column data pin 315 4 SB_P1_FDDA_N = 1; 316...
  • undesirable 'optimization'
    the source (shown from the list): 312 3 /* shift out the column data */ 313 3 for (index = 0; index < 8; index++) 314 3 { // column clock to 0, clear column data pin 315 4 SB_P1_FDDA_N = 1; 316...
  • Generating undesired interrupts
    Hello all, I remember encoutering an post on http://www.keil.com a couple of days ago about a snicky programming mistake that might invoke an interrupt when it is not expected. I just don't remember...
  • Generating undesired interrupts
    Hello all, I remember encoutering an post on http://www.keil.com a couple of days ago about a snicky programming mistake that might invoke an interrupt when it is not expected. I just don't remember...
  • Undesired jump between functions (bind handler)
    Hi everyone, I wrote the following code to bind a function and a "number". I test the bindHandlerInit() in the main and it works. /* ----------------------------------------------------------...