Dec 7, 2009 #1 N newbie111 Member level 2 Joined Nov 29, 2009 Messages 51 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,288 Location h.k Activity points 1,609 pic BANKS pic84 has bank 0 and bank 1 only the pic 16f790 has 4 banks bank 0-4 my question is what are bank 2 and 3 used for? Thanks
pic BANKS pic84 has bank 0 and bank 1 only the pic 16f790 has 4 banks bank 0-4 my question is what are bank 2 and 3 used for? Thanks
Dec 7, 2009 #2 W wp100 Advanced Member level 6 Joined May 15, 2009 Messages 3,051 Helped 884 Reputation 1,783 Reaction score 733 Trophy points 113 Location Prime Meridian Activity points 0 Re: pic BANKS Hi, The Banks are RAM memory shared by the System and User File Registers. The more powerfull the chip the more RAM memory / Banks the chips have. On the 16F chips each bank is typically adressed as 128 bytes although not all 128 bytes in each Bank are available, dependant on the individual chip. See the respective chips datasheet chart showing the SFR table in the Memory section.
Re: pic BANKS Hi, The Banks are RAM memory shared by the System and User File Registers. The more powerfull the chip the more RAM memory / Banks the chips have. On the 16F chips each bank is typically adressed as 128 bytes although not all 128 bytes in each Bank are available, dependant on the individual chip. See the respective chips datasheet chart showing the SFR table in the Memory section.
Dec 7, 2009 #3 vijay s Full Member level 3 Joined Jun 14, 2008 Messages 159 Helped 27 Reputation 54 Reaction score 9 Trophy points 1,298 Location Coimbatore, India Activity points 2,152 pic BANKS Bank is the technique to enhance the RAM Memory range... if you have More Flash Memory,More Lines of Code you can store,it needs More RAM to store Data variable with 8-bit address you can address only 256 byte but bank technique allows you to enhance RAM memory range dependent on the Chip.. _ is it Helps you
pic BANKS Bank is the technique to enhance the RAM Memory range... if you have More Flash Memory,More Lines of Code you can store,it needs More RAM to store Data variable with 8-bit address you can address only 256 byte but bank technique allows you to enhance RAM memory range dependent on the Chip.. _ is it Helps you