Hello:
I wanted to put some data into paged RAM, including arrays, but when I tested it, I found an addressing exception if the index of the array was a variable.
Below are the test cases and the results:
test example
test result:

The result shows that the index of the array was a variable addressing error, and the index of the array was a constant addressing correct.
How can I get around this issue? Could someone please explain in more detail how to solve this problem? Thanks a bunch!