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

Debugging C application using MetaICE XF for Dallas DS80C400

I wonder if anyone can help me out...

I wish to debug a C application using a MetaICE-XF
ICE for the Dallas DS80C400. The application has been compiled using the Keil compiler v7.2 in the uVision 2 environment. The memory model is Large: variables in XDATA and the Code Rom Size is Contiguous Mode (16MB program).

I have successfully convinced myself that I can set break points etc in the application but am unable to get a program view where C statements are interleaved with the underlying op codes. ie What I want to do is debug the C source code, not the assembler.

I understand that this is possible; in fact the Metalink h/w comes with examples using .AOM files. Unfortunately I've been unable to configure the Keil compiler to generate aom files (or dgb files) and would appreciate some pointers. Many thanks.

Parents
  • Hi Jon,

    Many thanks for your sound advice. I've just got feedback from Metalink and thankfully have solved the problem. We were successfully loading the Absolute Object Module (no file extension) but the emulator was unable to find the source. Had **thought** we'd told the emulator where to find the C source, but in the end got things working by placing the emulator config files in the same directory as the source. Not elegant, but functional :)

    ATB

    Richard

Reply
  • Hi Jon,

    Many thanks for your sound advice. I've just got feedback from Metalink and thankfully have solved the problem. We were successfully loading the Absolute Object Module (no file extension) but the emulator was unable to find the source. Had **thought** we'd told the emulator where to find the C source, but in the end got things working by placing the emulator config files in the same directory as the source. Not elegant, but functional :)

    ATB

    Richard

Children
No data