PDA

View Full Version : MPLAB IDE Memory Gauge usage?



gabrielg74
- 3rd December 2005, 23:11
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

Dave
- 4th December 2005, 21:00
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,

Acetronics2
- 5th December 2005, 09:23
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

gabrielg74
- 5th December 2005, 18:11
Acetronics,

yes, this works fine. Easier than opening and scrolling the .lst file.

Thanks,

Gabriel

Acetronics2
- 5th December 2005, 18:52
Hi, gabriel

I remember using PM Assembler gives the number of lines too ... automatically, this time.

Alain