Hi All, I am new to the µVision2 environment, so I don't know all the ropes yet. My question is this: I have a long text file which represents a data stream. Can I somehow feed this file to a program being debugged in the IDE and save its output? I cannot debug the program on the actual device because it doesn't exist yet. Thank you
On some devices like the Atmel 89C51RD2 and Analog Devices ADuC812, the user-defined memory space V: simulates the on-chip EEPROM memory. In my knowledge, 89C51CC01 belong to 89C51RD2 family. So we can simulate EEPROM memory on this chip using V: memory space. Is this afirmation corect?!!