Pond Electronics - Home of the µFlash876 & µFlash876B embedded controllers, µStack & µConnect Bus.

µCore Software Development Process

The diagram illustrates the software development process for the µCore-3664. While it may at first glance seem complex, most of the complexity is handled by a number of batch/script files supplied as part of the µCore toolkit. The software development process is as follows:

The process in detail

  1. Copy the µCore/project directory to your desktop or documents directory.
  2. Rename the copy to the name of your new project.
  3. Enter the directory and open the file main.c with your favorite text editor.
  4. Make a change to the source.
  5. Save the change & exit
  6. Open the Command Prompt window & run the build script.
  7. When complete (assuming there have been no compile errors) run the flash script to download the program to the µCore.
  8. The µCore will run the program once download is complete.

Adding another source file to the project

Unless a project is very small it is better to break up its functionality into multiple modules, each module with its own source file. To add a new module to the project.

  1. Using your text editor create a new C source file.
  2. Save the source file (lets call it test.c) in the same directory as main.c.
  3. Open the file ucore.prj with your text editor.
  4. Enter the text "test.c" on a new line at the bottom of the file
  5. Save uCore.prj and exit the editor.
  6. You can now compile the project (including test.c) using the build script as before.


Home | Products | Technical Info | How to Order | Contact Us | Links