• Unwanted optimize
    My program works wrong because of c compiler's optimization. If I use "volatile" to declare some varibles and functions, the optimization will be affetced, and perhaps the program works well, but if I...
  • Unwanted optimize
    My program works wrong because of c compiler's optimization. If I use "volatile" to declare some varibles and functions, the optimization will be affetced, and perhaps the program works well, but if I...
  • Unwanted loading of settings from another project
    Hi. I have such a problem with keil that when I try to enable a project that has been copied from another computer it behaves as if the settings came from another project. Additional files appear...
  • Unwanted loading of settings from another project
    Hi. I have such a problem with keil that when I try to enable a project that has been copied from another computer it behaves as if the settings came from another project. Additional files appear...
  • LPC2103 timer interrupt
    Hi there. I have a problem with timer interrupt on LPC2103. I want to set timer interrupt on Timer1. Timer1 and VIC are initialized with this code: void TimerInit(void) { T1PR = 0x0000000E;...