• uVision3 output window issue
    hello, I've been using a floating output window which, after hiding it, won't show up again. I even tried to reinstall uV3 but without success. Did anybody have the same problem and could...
  • uVision3 output window issue
    hello, I've been using a floating output window which, after hiding it, won't show up again. I even tried to reinstall uV3 but without success. Did anybody have the same problem and could...
  • modify getkey
    Hi everybody. I've a question. I must modify the standard getkey function: #include <reg51.h> char _getkey () { char c; while (!RI); c = SBUF; RI = 0; return (c); } to know if it...
  • modify getkey
    Hi everybody. I've a question. I must modify the standard getkey function: #include <reg51.h> char _getkey () { char c; while (!RI); c = SBUF; RI = 0; return (c); } to know if it...
  • Modified harvard architecture
    Hello, I am preparing for the AAE. ARM is a modified Harvard architecture. What is this about ? I searched in internet and got various answers. Can anyone tell me exactly what is this modified Harvard...