0

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

nobody
  • 19,814
  • 17
  • 56
  • 77
Mo Adel
  • 1,136
  • 1
  • 16
  • 29

1 Answers1

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