• ASAP2 file generation
    1) Does anybody know how to generate a "ASAP2" or "ASAM-MCD2" standard format file with Keil's C167 C compiler? The ASAP2 format is a standard for data exchange. I know that Keil's compiler generates...
  • Generate "flashable" Intel HEX file
    Hallo, I have uVision2 version 2.06. But I don't know how to create a "flashable" .hex file for my C167CR-LM. In the menu "Project" --> "Options for Target" --> "Output", do I have to set a "Start...
  • RTX166: RtxConf.c66 does not generate .OBJ file!
    Hi I am trying to get a RTX166 (RTOS) project to build; and I had successfully compiled all project files (main.c, myapp.c, and RtxConf.c66), but somehow compiling RtxConf.c66 does not yield a RtxConf...
  • pulse generation
    Hi,I wrote this .ini file as signal function to my program: SIGNAL void int0_signal (void) { int i=0 int j=0; while (1) { while(i<35) { PORT8 |= 0x01; /* pull PORT 3.0 high */ swatch (0.001);...
  • How to assemble a ".src" file that generated by "c166 filename src"?
    Who can give me an axmaple? I have tried sevral times, but all failed!