This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

switching to xc167ci without minimudul

Hi.. I switched device from a c167sr to a cx178ci. I used a minimudul before, now I want to use the processor without any module.
I changed the start*.a66 file and the device for the target. I am not sure what else I have to change...especially what I have to do in "Options for Target XXX -> Debug"

The error message Í use to get is:

"C:\KEIL\C166\BIN\A166.EXE" "Start_v2.a66" MODV2 MODV2 MOD167 SET (TINY) DEBUG EP
A166 FATAL ERROR -
LINE: C:\KEIL\C166\BIN\A166.EXE Start_v2.a66 MODV2 MODV2 MOD167 #
ERROR: CONFLICTING CONTROL
A166 TERMINATED.

Thanks,
Holger

  • As I keep saying, you need to just read the message literally:
    "CONFLICTING CONTROL" means exactly what it says - (some of) the controls on the command line are in conflict!

    I'd start by looking up MODV2 and MOD167 in the Manual - does it make any sense to specify both on the same command line?

  • You have to add to your project Start_V2.A66
    instead.
    For this you need a version C166 4.21 or higher.

    µV2 will get information for MODV2 from this startup file.
    So, as Andy says - NO reason to specify MOD167 again.

    Stefan