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
A uVision Project can only build one Application at a time: look on the 'Output' tab - there's only space to specify one executable name! However, a Project can contain several Targets - so you could make each of your Apps a Target in one Project? It would be more conventional to have the RTOS as a Project in its own right, which generates a Library; your individual Applications would then just link to the Library
Another solution might be to compile the projects using the BATCH MODE of uVison2. This mode is described in the Getting Started User's Guide, Chapter 12.
View all questions in Keil forum