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.

F29H85X-SOM-EVM: How to operate 64-bit registers like XA/XD correctly?

Part Number: F29H85X-SOM-EVM

Tool/software:

Hello,

My project could only debug normally under the optimization level 0.When the optimization is set to level 1 or higher,instructions for operating 64-bit registers will appear in the generated assembly,my project will go wrong when execute the instructions for operating 64-bit XD registers.

Thanks,

Zihao

  • Hi Zihao,

    What do you mean by below : 

    my project will go wrong when execute the instructions for operating 64-bit XD registers.

    What exactly happens ? Can you monitor XRSn and see if the device resets ?

    What are you executing ? Do you have an NMI ISR setup for the CPU you are running it on ? Check the SDK example on how to setup the NMI ISR

    Thanks