This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DS5 - Is this the beginning of the end for uVision?

"DS-5 Application Edition

The new Eclipse-based Development Studio 5 (DS-5) supports ARM Linux development on ARM9, ARM11, and Cortex-A application processors."

http://www.keil.com/pr/article/1201.htm

http://www.keil.com/arm/ds5/

That's currently just for Native Linux and Android development on ARM9, ARM11, and Cortex-A8 - but why maintain 2 totally different IDEs?

Will (something like) this replace uVision-4 for use with all Keil toolchains?

Does this mean that Keil are going to resume support for GCC-based development?

Parents
  • IMHO, uV4 will not be replaced. Some differences that comes to my mind:
    1) uV4 and MDK-ARM.
    - MCUs.
    - Simples OSes o no OS at all (barebones).
    - Simulator: ton of models.
    - Debuggers: JTAG.
    - Applications: Real-Time, Control, etc.

    2) DS5 and GCC.
    - Complex SoCs.
    - OS: Linux.
    - Debugger: GDB (JTAG maybe in the future).
    - Applications: Non-RealTime (or with RT-Linux patch), HMI, networking or everything that a Complete OS like Linux can bring.

Reply
  • IMHO, uV4 will not be replaced. Some differences that comes to my mind:
    1) uV4 and MDK-ARM.
    - MCUs.
    - Simples OSes o no OS at all (barebones).
    - Simulator: ton of models.
    - Debuggers: JTAG.
    - Applications: Real-Time, Control, etc.

    2) DS5 and GCC.
    - Complex SoCs.
    - OS: Linux.
    - Debugger: GDB (JTAG maybe in the future).
    - Applications: Non-RealTime (or with RT-Linux patch), HMI, networking or everything that a Complete OS like Linux can bring.

Children