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.

MSP432E401Y: Systick no longer running once sscanf, snprintf and other STDIO functions are called

Part Number: MSP432E401Y

Tool/software:

Hello,

I am having a bit of an issue with code I am porting to the MSP432.

The systick handler works exactly as expected generally, it just increments a global variable.  I do find however if I call sscanf, or snprintf the value stops ticking, and I get caught in any number of functions that rely on delays.  Is there a reason why this might happen?

Thank you in advance.