Dear all, I compile my code banking, and found some errors. The error happen when compiler want to generate the ; Generate ?B_SWITCHn functions CNT SET 0 REPT ?B_NBANKS BANK %CNT SWITCH %CNT CNT SET CNT+1 ENDM It says that % is undefined symbol. FYI, i use version 6.23 Thanks, akram
You need to disable the MPL macro processor for this file. This can be done under Project - Options - A51 - Macro processor. Disable the option MPL since this file does not contain any MPL macros.