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.

MSP432P401R: delay based on timer

Part Number: MSP432P401R

Hello friends,

I am starting a new project, and i need some guidance to the folowing problem, at the start of my program i implement a clock system witch will work at 12MHZ of frequency. To get a better performance i need create two functions based in timer to implement a microsecond and milisecond delay, with this functions I'am able to substitute all while and for cycles .so just in case I just call the function and pass to inside the delay i need to implement .

Can anyone help me in this, thanks in advance.