![]() |
Home |
|
Program HellovmfHellovmf is a simple demo program using RTTarget-32, RTKernel-32, and RTVmf-32. It tests a few RTOS32Win features and displays a list of PCI devices which have been assigned to On Time RTOS-32 rather than to Windows. The project or makefile of this demo produces BIN file Hellovmf.bin (Release Configuration) and Monvmf.bin (Debug Configuration). In Visual Studio, the respective BIN file can be started by right-clicking on the file on the project file view and then selecting "compile". This will execute this custom build step: UploadRtos -config "-b '$(RTE_ROOT)Vmf.bin' 'Rtos-32.config'" Monvmf.bin or under the On Time RTOS-32 Evaluation Kit: UploadRtos -config "-b '$(RTE_ROOT)Vmf.bin' 'Rtos-32.config'" %RTTARGET%\Bin\Monvmf.bin For the command line (makefile) demos, please execute: Make Upload or Nmake Upload This demo program is included with RTVmf-32.
|