Author |
Message |
Topic: "not enough ram" error and PIC16F636 |
Fabien
Replies: 6
Views: 7985
|
Forum: General CCS C Discussion Posted: Thu Jan 28, 2010 2:43 am Subject: "not enough ram" error and PIC16F636 |
Hi gents, Thanks for your reply,
i switched my variables to constante like this :
int16 const ALC_BLOCK [6][2] = { { 0x0F11 , 0x1400 } ,
... |
Topic: "not enough ram" error and PIC16F636 |
Fabien
Replies: 6
Views: 7985
|
Forum: General CCS C Discussion Posted: Wed Jan 27, 2010 11:08 am Subject: "not enough ram" error and PIC16F636 |
Hi Ttelmah,
I tried to put #device *=16, but nothing change...I can't use more than 76% of RAM.
I'm not using the variable to make arithmetic operations I'm just calling them to send via SPI to an ... |
Topic: "not enough ram" error and PIC16F636 |
Fabien
Replies: 6
Views: 7985
|
Forum: General CCS C Discussion Posted: Wed Jan 27, 2010 10:22 am Subject: "not enough ram" error and PIC16F636 |
Hi gents
I'm using CCS 3.249, and I'm trying to program a PIC16F636, but I'm having a problem with the RAM memory,
When I'm compiling I'm using 76% RAM and 12% of ROM.
I add one int16 variable ... |
|