robinfawell Posted March 29, 2005 Report Posted March 29, 2005 Hi ThorstenI have accidentally damaged my 32k Bankstick. I have made a 64k bank version using 2 of the the Microchip 512k modules.I am getting some strange results. Is there anything different to the use of the 32k version? For convenience in wiring and using the 256k diagram I will use Banks A = 1 and A = 5 . At present I am trying to download to Bank 1.Does MPLAB know or care that I am using the 64k version?Thanks Robin
TK. Posted March 31, 2005 Report Posted March 31, 2005 Hi Robin,MIOS takes care about the BankStick accesses, normaly the behaviour is identical, you only have to take care for the 16th address bit (when using the MIOS_BANKSTICK_* functions: MIOS_PARAMETER2, 7)On a 32k device this bit won't be taken into account, you will read the same content regardless if this bit is 0 or 1On a 64k device this bit switches between the lower and upper half of the memoryBest Regards, Thorsten.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now