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.

MSPM0L1227-Q1: void DL_Common_delayCycles

Part Number: MSPM0L1227-Q1


Tool/software:

With respect to this function:

void DL_Common_delayCycles(uint32_t cycles)

 

What is meant by a “cycle”?

  • Hi David,

    Cycle refers to a CPU clock cycle. This function takes the Floor number of cycles to delay. Specifying zero will result in the maximum possible delay. Note that guarantees at least this number of cycles will be delayed, not that exactly this number of cycles will be delayed. If a more precise number of cycle delay value is needed, GPTimer is recommended.

    For more information regarding APIs, you can refer to the MSPM0 Driver Library API Guides located in the SDK.

    Best Regards,

    Brian