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

µCore Development scripts

The project/script folder contains useful scripts for setting up and building your application.These files can be called from the command line or if your text editor supports it, from inside your editor to provide IDE (Integrated Development Environment) like functionality.

setenv.bat

Sets the path to the µCore gcc-H8 compiler & tools.

Usage: You would normally set up your Command Prompt to execute setenv automatically each time it is launched so that the compiler & tools are always available.

ed.bat

A batch file which allows you to launch your text editor from the command line, the file supplied launches the standard windows utility notepad. If you wish to change to a different editor simply modify ed.bat file accordingly.

Usage (from the command line) : ed filename

build.bat

A batch file to automate the application build. This command builds all the application source files listed in µCore.prj into a single hex file µCore.hex. The build command only compiles those listed source files which have been changed. If you have changed a header file or a library, you should use the buildall batch file instead.

Usage (from the command line) : build

buildall.bat

Forces a complete build by deleting all the files in the project\obj directory before commencing a build. This completely re-generates all the obj files & and hex file for the project. Use this command if you have changed any header or library files in the project.

Usage (from the command line) : buildall

flash.bat

Launches the uFlash-H8 utility to download the application file (µCore.hex) to a µCore module over the serial port. As supplied flash.bat is set up to use com port 1, if you require it to use different serial port simply modify flash.bat accordingly.

Usage (from the command line) : flash


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