![]() | ![]() | ![]() |
| |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
![]() |
| | Tools |
| | #1 |
|
HI I'm have a PIC 16F628 - I think it can accommodate a program no larger than 128bytes (from data sheet) right? In mplab - where can I find out the size of the program I have written. Thanks. | |
| |
| | #2 |
|
i think the 128bytes you are referring is for the eeprom data of PIC16f628.
__________________ Learning is a life-long process... | |
| |
| | #3 | |
| Quote:
But anyway - how much space do I have for my program. And how do I determine how large my program is using MPLAB. | ||
| |
| | #4 | ||
| Quote:
Quote:
| |||
| |
| | #5 | |
| Quote:
Not sure how to work it though. Do you mean go to *.lst right click it and go to properties? Just wanted to know how huge a program had to be to actually fill the mem. | ||
| |
| | #6 | ||
| Quote:
Quote:
The 16F628 has twice the memory of the 16F84 it replaced, and it wasn't common to fill that. | |||
| |
| | #7 | |
| Quote:
-- All other memory blocks unused. Program Memory Words Used: 81 Program Memory Words Free: 1967 -- For some reason my *.lst files have the microsoft power point viewer icon - when I double click on it locks the computer up. Works fine with notepad. | ||
| |
| | #8 |
|
Just open up the .lst file from within MPLAB using the <file> <open> menu items. If you save the current project with the .lst file open it'll be there the next time you open that project. It's sometimes handy to have the .asm, .lst, and even the .inc file available in the project you're workin' on. Mike | |
| |
|
| Tags |
| calc, mplab, program, size |
| Thread Tools | |
| Display Modes | |
| |