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

why does LDR takes two cycle to be executed

Hello everyone,

I am currently working on a cortex-M0 microprocessor(LPC1114). I have looked through all the possible instruction descriptions but I did not find anyone of them explaining why some instructions takes two cycle to execute.

For example, ANDS, MOVS takes only one cycle to execute. but why do we need two cycles to execute LDR? and STR? 

Parents
  • Reading this excellent detailed answer only now ... After my first detailed ARM course.

    : is there a new /recent book which covers ARM v7 and all cortex'es M and the ARM bus details to the great detail..? I mean not multiple ARM manuals, but a book consolidating it in great detail.

Reply
  • Reading this excellent detailed answer only now ... After my first detailed ARM course.

    : is there a new /recent book which covers ARM v7 and all cortex'es M and the ARM bus details to the great detail..? I mean not multiple ARM manuals, but a book consolidating it in great detail.

Children