C
Cathryn
Guest
I was just wondering why the pic16f676 (and most others)
use bank0 and bank1 to access registers. Would it be such
an overhead to use a 15 lines flash memory instead of just
14, this way we could have a full 8 bit for the registers instead
of just 7, doesn't this make more sense, i.e. make the design
slightly wastefull but in return we could have a much simpler
learning curve without all this bank0/1 business? Sometimes
elegance has a cost, but isn't it worth paying?
use bank0 and bank1 to access registers. Would it be such
an overhead to use a 15 lines flash memory instead of just
14, this way we could have a full 8 bit for the registers instead
of just 7, doesn't this make more sense, i.e. make the design
slightly wastefull but in return we could have a much simpler
learning curve without all this bank0/1 business? Sometimes
elegance has a cost, but isn't it worth paying?