Hello,
I am trying to load a value in the MSTF register but it just comes up with all zeroes. I am using MMOV32 MSTF, @memaddr but it does not work. Any suggestions?
Thanks,
David Rankin
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I am trying to load a value in the MSTF register but it just comes up with all zeroes. I am using MMOV32 MSTF, @memaddr but it does not work. Any suggestions?
Thanks,
David Rankin
Hi David,
Where is memaddr located? Is it in a CLA accessible section ?
You can test out the MSTF register by writing to the status bits using the MSETFLG instruction
Vishal,
Thanks for the suggestion.... it got me out of my rut. The problem was that I had the wrong memory mapped to the CLA so it was reading a zero instead of my actual data. I think I got stuck because the Piccolo debugger was reading the data structure in the RAM just fine but the CLA couldn't access it.
-David