Hi,
I thought I'd move up to MPLAB 6.4 from 5.x and I'm having some issues. I installed the plugin and now I can compile from MPLAB 6.4 but there doesn't seem to be any connection between the Debugger and the out .HEX file. In 5.X I would hit BUILD-ALL and after the build the hex would be loaded into program memory in the debugger and I could run the emulator (ICE 2000) from my C code. In 6.4 it compiles but I have to manually go and import the .HEX file and there doesn't seem to be any debugging information as I can only work in ASM, there is no tie to the C source files.
Am I missing something here?
asjad
Joined: 09 Mar 2004 Posts: 52 Location: Greater Manchester - UK
Posted: Tue Mar 09, 2004 12:12 pm
If you look in the folder where you created your source file you will
see a file with the extension LST
eg..
clock.LST
If you open this LST file you will get a combination of
C code and the asm equivalent to each line in your source code.
If you do not like the combination of C & ASM, then in MPLAB
goto project>build options>project. then goto the CCS tab
here you can change the way the LST file is generated (i.e pure asm)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum