• ADC0808 output is not stable
    Dear All, following is the code is not working..can any please guide me where is the problem.. #include<reg51.h> sbit ale=P1^0; //address latch enable sbit oe=P1^3; //output enable sbit sc=P1^1;...
  • Is uVision 5.24 Preview a stable release?
    Hello, I came across a 5.24 Preview version of uVision here - http://www2.keil.com/mdk5/524/ However, if I simply try to download the latest version, I can only see this page http://www.keil...
  • Returning multiple values from a function??
    I want a function to return multiple values after doing data processing i.e. void test(int a, int b int c) whereas a, b and c have values set and control is returned to the caller with the values sent...
  • Getting multiple return values from a function in registers
    Is it possible to get multiple return values from a function in a different way than in fixed memory? I often need to get more return values than 1 from a function, for example 2 integers (16bit) and...
  • May functions return an union?
    Is it possible for a function to return a union? Storing data in the Flash/EEData memory of the ADuC845, is done through operating some SFR registers and page write. I would like to read and write...