• ISR System timer
    Hello, I've installed a system timer (AT91RM9200 controller) - which runs without problems... I use this timer for several things. Now I have critical code areas (only two lines of code) where...
  • ISR System timer
    Hello, I've installed a system timer (AT91RM9200 controller) - which runs without problems... I use this timer for several things. Now I have critical code areas (only two lines of code) where...
  • overlap problem
    in C51, if I use overlap optimize, my project have problem.( routine R1 changed routine R2's auto variable). if I do not use overlap optimize. the problem gone. Is this Keil's problem? I guess so. How...
  • overlap problem
    in C51, if I use overlap optimize, my project have problem.( routine R1 changed routine R2's auto variable). if I do not use overlap optimize. the problem gone. Is this Keil's problem? I guess so. How...
  • Memory space overlap
    Hi, I have an address on the APB which has a READ functionality and a WRITE functionality. If I read from it I get the status, and when I write to it, I set something else (Has nothing to do with the...