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.

RM57L843: MOVE32 instruction on HET IDE

Part Number: RM57L843

Tool/software:

Hi,

I am trying to use MOVE32 instruction on HET IDE. My requirement is to move immediate 32 bit data i.e. 0x00000001 to the register R by using IMTOREG option. However, as you can see in the image below, it is forcing me to select remote address (I have circled it in the image below. the remote field is red in color which means it is compulsory) even though I am not really accessing remote data in any way. Is this a typo in HET IDE? Even the pesudo code in teh reference manual doesn't mention anything about remote data field when IMTOREG is used.

Thanks,

Ravi

  • Hi Ravi,

    You are correct if the move type of MOV32 instructions is Immediate to register then it should not take any remove address.

    However, the tool is asking for remote address even if the type is selected as IMTOREG (Immediate to register).

    Thanks for finding out and pointing out, I will note down this issue for future correction.

    In mean time as a workaround you can do one thing,

    You can generate the code with any of the dummy remote address and then after generation you can delete this remote field.

    --
    Thanks & regards,
    Jagadish.