Hello,
I would like to know, if possible, how to use the Memory Gauge of MPLAB?
It needs the linker for the PIC, but I don't know how to use it with PBP.
Any help will be greatly appreciate.
Thanks,
Gabriel
Printable View
Hello,
I would like to know, if possible, how to use the Memory Gauge of MPLAB?
It needs the linker for the PIC, but I don't know how to use it with PBP.
Any help will be greatly appreciate.
Thanks,
Gabriel
gabrielg74, Just look at the .lst file that is generated during the compile. At the end of the file is the total words used and total words remaining for flash memory. You can look at it with any text editor.
Dave Purola,
Hi, gabriel
Just "manually" import the .hex file obtained, into the program memory ... and you'll get that f... gauge working.
It doesn't want to work starting from PBP.
Alain
Acetronics,
yes, this works fine. Easier than opening and scrolling the .lst file.
Thanks,
Gabriel
Hi, gabriel
I remember using PM Assembler gives the number of lines too ... automatically, this time.
Alain