• My DK51 (v7.01) behaves like an evaluation version.
    I met problem when using DK51 (version 7.01)with ADuc831 microconverter. My developers kit behave like an evaluation version. I have installed an evaluation version before, and removed it when installing...
  • C51 Evaluation v6.23 ISD51
    Hi! I'm interested in ISD51. As far as I know it's available in v6.23. Will v6.23 also be available as Evaluation Version? Because at the time it only available as an update. I hope someone can...
  • Upgraded version of C51 Evaluation Software
    Hi guys, I am currently using the C51 Evaluation Software for compiling C code but the evaluation version has a 2K size limitation for the object code generated. What should I do to upgrade to a...
  • Displaying result of Macro evaluation
    is there an easy way to see what the result is from something like the following... #define ADC_MIN 1.8 #define ADC_MAX 2.4 #define ADC_MAX_VAL 255 #define ADC_LSB (double)(( ADC_MAX - ADC_MIN...
  • ADuC812 evaluation board and xdata
    I'm having some trouble reading and writing to external data memory on an Analog Devices ADuC812 evaluation board. I have two arrays declared as xdata in which I am storing values. According to dScope...