• eglSwapBuffers() taking so much time
    Hello Arm Community! I'm facing a problem with a HUAWEI P20 which has a GPU GLES: ARM, Mali-T830, OpenGL ES 3.2 v1.r20p0-01rel0.9a7fca3f7dd712a473937294a8ae24b1 the Stramline/GA capture shows...
  • delay function
    hi i am using lpc 2134 for my project.i have installed the real view Uvision3 kit. i have successfully run the hello world program. i now want to start my own project.i have included the lpc21**.h...
  • Delay function
    How can i create a delay function about 100 ms second in Keil ?
  • Delay function
    Can anybody explain this delay function?? void Delay(void){unsigned long volatile time; time = 727240*200/91; // 0.1sec while(time){ time--;
  • configuring timing register in i2c and using delay function
    I am using stm32f3 Microcontroller for i2c where i need to configure timing register value for establishing communication and and for SCl clock frequency less than 100 kHz how to configure it. I also...