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

Using Emulator with PK51

Hello,

I want to use a in-circuit-emulator with the Keil C51. The emulator requires three files.
1) source.sld or source.O51 file for source level debugging
2) source.c
3) source.sym i.e. the symbol file

How can I generate the source.sld, source.O51 and the source.sym files?

Regards,

Mohit





Parents
  • Well,

    SOURCE.O51: This sounds like it may be a OMF51 object module. The Keil tools generate that.

    SOURCE.SLD: I don't know what kind of file this is.

    SOURCE.SYM: This sounds like it is a symbol information file. However, I don't know what format your emulator expects it in.

    Have you contacted your emulator vendor to see what they say?

    Jon

Reply
  • Well,

    SOURCE.O51: This sounds like it may be a OMF51 object module. The Keil tools generate that.

    SOURCE.SLD: I don't know what kind of file this is.

    SOURCE.SYM: This sounds like it is a symbol information file. However, I don't know what format your emulator expects it in.

    Have you contacted your emulator vendor to see what they say?

    Jon

Children