Evening
I'm using a 12F508 but I only go as far as generating the ASM, I then load that into MPLAB for simulation/copiling and blowing with a PICKit 2.
When I compile to ASM I get...
Writing output to D:\Projects\PIC\Star\star.asm ... An error has been found:
Excessive RAM usage! Delete some variables, reduce the size of arrays, or upgrade to a more powerful PIC
... however the ASM file is still generated. If I load the ASM into MPLAB it compiles, and when I look at the memory map there is space left.
What's going on?
Tom
Ignore this, I was being an idiot!
If I actually took a moment to think about what it says, it's not program memory that its run out of, its variable memory!
I'll get me coat.
Log in to post a comment.
Evening
I'm using a 12F508 but I only go as far as generating the ASM, I then load that into MPLAB for simulation/copiling and blowing with a PICKit 2.
When I compile to ASM I get...
Writing output to D:\Projects\PIC\Star\star.asm ...
An error has been found:
Excessive RAM usage! Delete some variables, reduce the size of arrays, or
upgrade to a more powerful PIC
... however the ASM file is still generated. If I load the ASM into MPLAB it compiles, and when I look at the memory map there is space left.
What's going on?
Tom
Ignore this, I was being an idiot!
If I actually took a moment to think about what it says, it's not program memory that its run out of, its variable memory!
I'll get me coat.
Tom