• Use a GLCD on uKeil and STM32F7
    Hello everyone, I've a question about how to use the LCD 128x64?, i tried but i can not displayed something. I'm using the STM32F746zg and uVision Keil.i'm programming through regsiter, putting 1 in to...
  • RL-ARM HTTP_DEMO wich Java or Ajax tool?
    Hello, does anyone know wich java devolopment tool for the web source code was used? ...\RL\TCPnet\Http_demo\Web\... Many Thanks K
  • Wich is the best advanced book to learn C51?
    Plz, Can you recomend me the best book ever written about advanced technics to program with Keil C51 and A51 compiler?? So, wich is the "Bible" for Keil programming?? Thank you for your help!!...
  • Writing a better code in better format
    Hi guys I am a new learner in this field; I am working on STR912x; I am using the following code for sending a string which have saved in memory memset(sign_packet_data, 0, 0xFF); sign_packet_data...
  • 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);...