Briez
Member level 5
- Joined
- Nov 30, 2012
- Messages
- 83
- Helped
- 4
- Reputation
- 8
- Reaction score
- 4
- Trophy points
- 1,288
- Activity points
- 1,835
i am using PIC16f676 Microcontroller for programming and its datasheet shows me that it has only 64 bytes ram for use.
While i declare an array of byte 100 in size, it shows me an error that couldn't find space to allocate that variable as the ram memory becomes full.
What should i do to save ram memory and can declare 100 byte array variable?
While i declare an array of byte 100 in size, it shows me an error that couldn't find space to allocate that variable as the ram memory becomes full.
What should i do to save ram memory and can declare 100 byte array variable?