Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What should be LR(link register) value for Cortex-M7 core?

I checked LR(link register) value about Cortex-M7 core with NUCLEO-H723ZG(STM32H723ZGT6).

As a result, when service routine is returned, LR value is PC address +1 as below.

PC=0x08001182

LR=0x08001183

Is this behavior correct one?

I expexted that LR and PC value are the same in this case.