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.

how to use timer for system tick without using interrupt for MSP430F5328

Other Parts Discussed in Thread: MSP430F5328

Hi,

I am using MSP430fF5328, trying to configure timer to use d

how to use timer for system tick without using interrupt for MSP430F5328.

I mean to say delay that I can use in my system for delay purpose.

Regards,

John

  • Hi John,

    The function __delay_cycles(unsigned long cycles); will create a system delay of MCLK cycles up to 65,535. Or you can poll a timer IFG instead of using an interrupt. Otherwise you will need to further clarify what you are trying to accomplish.

    Regards,
    Ryan

**Attention** This is a public forum