This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

far const in code banking strsuture

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

Parents Reply Children
No data