We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi Folks, Does anyone in this forum has experience with memory banking using KEIL C compiler? In the past we have used Winbond W78E516 which only has 64K of flash. We are now moving toward a W77LE532 which has 128K flash because we ran out of code space in the 64K device. Could somebody kindly point me to the right locations/sites etc .. where I can obtain information how to handle memory banking. What do I have to do differently HW/SW to get benefit out of 128K device? Thanks in advance Regards, JIMMY SAYAVONG
Hi Neil and Andy, I tried to copy the BANK_EX1 project from C51 directory and changed the device to winbond 77LE532 and each time I tried to compile I got an error message: L51.BANK.A51 eror A90: Call to undefined Macro 'CNT'. Trying to change C51 option I would get a different error: A51 FATAL error File c_root.src ERROR File does not exist A51 terminated Any idea? Thanks, JIMMY
"L51.BANK.A51 eror A90: Call to undefined Macro 'CNT'." Surely the obvious way to solve any "undefined..." error is to provide the appropriate definition?