The pages are irrelevant for C28x. Some targets have distinct memory spaces for code (usually page 0) and data (usually page 1), and you need to get it right on those targets. However, C28x has a unified memory space, so you can use whatever page you like. I recommend just leaving off the page specifier entirely.
↧