Other Parts Discussed in Thread: CONTROLSUITE
Hello,
I am using f28335 experimenters kit (TMDSDOCK28335) for my development. I am doing my development in assembly language and in this situation trying to access the FPU Math tables.
The FPU Math tables are stored in Boot ROM which are copied into RAM (if loaded) in run time. While it would be simple for me to reference the memory address of the FPU tables in Boot ROM to perform my operations, this is undesirable. I want to access the FPU tables from the copied memory location in the RAM which I am thinking varies with compilation.
Is there any way to store the memory address of the copied FPU tables in RAM in a different variable and use this variable to perform my operations in assembly language?
Thanks.