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.

MSPM0L1306: instruction guide -> number of cpu clocks

Part Number: MSPM0L1306

Hi,

is there any document how many cpu clocks an assemble instruction needs?
Can I measure the cpu clocks in CCS?

Regards, Holger

  • Hi Holger,

    There is a ton of information on the web regarding ARM, instruction set and number of clock cycles. Just make sure you search for M0+ instruction set.

    Try this one to start with -> Developer.arm.com

    Unfortunately, there is no way to measure within CCS, but if you enable the SYSTICK timer, it runs at the same clock rate as the CPU.  It won't be perfect, but it will give you some measurement of cycles.