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

Several Programs in same Keil project in uV2

I have many small applications which are controlled by our own RTOS.

Is it possible to have many projects within the same uV2 complete project?

TIA

Parents
  • "Every module and the RTOS are currently seperate projects and merged at the end with some custom win32 app to create a ROM image."

    Do you mean:
    [1] you have only 1 ROM image which contains every module and the RTOS, or

    [2] each module produces a ROM image which includes the RTOS?

    For [1], why not just have a single Project - possibly with each module in its own Group;

    For [2], make the RTOS a Library & have separate projects for each module

    Or, as others have suggested, abandon uVision for Project Management

Reply
  • "Every module and the RTOS are currently seperate projects and merged at the end with some custom win32 app to create a ROM image."

    Do you mean:
    [1] you have only 1 ROM image which contains every module and the RTOS, or

    [2] each module produces a ROM image which includes the RTOS?

    For [1], why not just have a single Project - possibly with each module in its own Group;

    For [2], make the RTOS a Library & have separate projects for each module

    Or, as others have suggested, abandon uVision for Project Management

Children
No data