need advise on which product to buy

I want to buy an evaluation board for my masters project.

1. The programming should be stored in flash not EEPROM.
2. The compiler should be launched from command line (passing the source code file as parameter)
3. The uploading the resulting object code to the evaulation board should be via command line (i.e. no visual interface because the source code files will be sent for compilation over internet).
4. and preferably it should be 8051.

is this possible with any of the evaluation boards/emulators available here?

Parents
  • "1. The programming should be stored in flash not EEPROM."

    EEPROM = Electrically Erasable PROM;
    Flash is a type of EEPROM.

    Did you mean, "not UV-EPROM"?

    "The compiler should be launched from command line (passing the source code file as parameter)"

    The compiler is completely separate from the board!
    Buying any particular board will not tie you to any particular compiler, and vice-versa.

    "no visual interface because the source code files will be sent for compilation over internet"

    There is no reason why files sent over the internet should not be used in conjunction with a visual interface!

    "and preferably it should be 8051."

    It's usually better to start with your project requirements and then identify a suitable processor, rather than fix the processor and try to force it to meet your requirements!

    "is this possible with any of the evaluation boards/emulators available here?"

    Yes, the Keil tools can be command-line driven

Reply
  • "1. The programming should be stored in flash not EEPROM."

    EEPROM = Electrically Erasable PROM;
    Flash is a type of EEPROM.

    Did you mean, "not UV-EPROM"?

    "The compiler should be launched from command line (passing the source code file as parameter)"

    The compiler is completely separate from the board!
    Buying any particular board will not tie you to any particular compiler, and vice-versa.

    "no visual interface because the source code files will be sent for compilation over internet"

    There is no reason why files sent over the internet should not be used in conjunction with a visual interface!

    "and preferably it should be 8051."

    It's usually better to start with your project requirements and then identify a suitable processor, rather than fix the processor and try to force it to meet your requirements!

    "is this possible with any of the evaluation boards/emulators available here?"

    Yes, the Keil tools can be command-line driven

Children
More questions in this forum