I am trying to set number of Memory banks in a project to 8 in #define
at the start of the project but I can't find any way to do it. I am working on P16F877A
Asked
Active
Viewed 183 times
0
-
Could you be more specific about your problem? What is a memory bank in your project - a page in an EEPROM? – user2461391 Jun 24 '13 at 13:48
1 Answers
0
I don't know if is only this you need, due of lack of information on your question. But to use #define
you only have to write like below:
#define NUMBER_OF_MEMORY_BANKS (8)

Daniel Grillo
- 2,368
- 4
- 37
- 62