Can I use the far const in 4 bank strusture?
ex: const chat far LargeArray1[30*1024]; //assign to bank1 const chat far LargeArray2[30*1024]; //assign to bank2 const chat far LargeArray3[30*1024]; //assign to bank3
Yes, but they must be defined in different modules.