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.
I apply Keil (uVision 3 GUI) to support bank switching project, the bank number is configured as 4, i.e. bank#0, #1, #2 and #3, but our hardware system doesn’t support bank#3. In order to prevent user assigning code/module into bank#3, is there any switch or setting in keil to activate keil to generate warning / error message as user assigns code into bank#3, a non-existing bank in system?
the bank number is configured as 4, i.e. bank#0, #1, #2 and #3, but our hardware system doesn’t support bank#3.
Well, don't do that then! Don't configure a bank that doesn't exist.