• ADuC834 vs ADuC832
    We have some test code that runs on an ADuC834. This works fine. The parts appear to have equivalent memory. Even for trivial examples, we are having tons of problems with the ADuC832 component. We did...
  • ADuC834 vs ADuC832
    We have some test code that runs on an ADuC834. This works fine. The parts appear to have equivalent memory. Even for trivial examples, we are having tons of problems with the ADuC832 component. We did...
  • on-chip xdata on aduc832
    Can anyone please help explaining me why this code won't access the on-chip xdata. When executing the below code nothing happens at all. #include <ADUC832.H> #include <stdio.h> void main (void)...
  • on-chip xdata on aduc832
    Can anyone please help explaining me why this code won't access the on-chip xdata. When executing the below code nothing happens at all. #include <ADUC832.H> #include <stdio.h> void main (void)...
  • I have a problem with the management of the ADuC832's port P2 and P3
    I have read in the ADuC832's datasheet that the SFRs P2 and P3 are bit addressable, but the evaluation version of uVision2 doesn't allow to do it (I have a syntax error when I use - for example - the...