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

problem with MDDFIND

Hi,
I am using a tool calle MDDFIND ,from Kiel,which searches for the instruction MOV Dir,Dir in XC800 microcontroller series from Infineon.While it works perfectly for XC878,XC886 & XC866, it doen't work for XC864.While for the controllers XC878,XC886 & XC866 it reports number of MOV Dir,Dir instructions found, for XC864 it shows this message "*** usage: MDDFIND object_file".

What may the problem? Somebody plz help.

Parents
  • MDDFIND does not care about the type of XC8xxx you are using, it simply analyzes an application created for any XC8xxx device. You need to specify the pathname (plus .extension if any) of your XC8-application as follows:

    MDDFIND pathname_of_app_to_be_anlyzed_for_MOV_dir_dir
    

Reply
  • MDDFIND does not care about the type of XC8xxx you are using, it simply analyzes an application created for any XC8xxx device. You need to specify the pathname (plus .extension if any) of your XC8-application as follows:

    MDDFIND pathname_of_app_to_be_anlyzed_for_MOV_dir_dir
    

Children
No data