• heh guys, wonder if anyone can help me answer some doubts on timer2 of 8051 n real time clock???
    First, TIMER2, can i reset timer2 of 8051??? from wat i know, timer2 jus keep on running right? so is it POSSIBLE to write a program(in C) to reset timer2??? Secondly, FOR EXAMPLE, using a real time...
  • heh guys, wonder if anyone can help me answer some doubts on timer2 of 8051 n real time clock???
    First, TIMER2, can i reset timer2 of 8051??? from wat i know, timer2 jus keep on running right? so is it POSSIBLE to write a program(in C) to reset timer2??? Secondly, FOR EXAMPLE, using a real time...
  • Is anyone having issues on Android with creating an EGL view in native code, then having crashes on suspend/resume?
    The problem seems to be in creating the EGL surface in Native code. We have a game that creates the EGL surface in Java that this is not happening on. Anyone else having this issue? EDIT: I've attached...
  • Is anyone having issues on Android with creating an EGL view in native code, then having crashes on suspend/resume?
    The problem seems to be in creating the EGL surface in Native code. We have a game that creates the EGL surface in Java that this is not happening on. Anyone else having this issue? EDIT: I've attached...
  • anyone have a better method
    when I have to catch accesses to foo() and some pesky valid call happens all the time, in code like this: void foo(BYTE x} [ ...... ] foo(47); // one of many that might be the culprit foo(12);...