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.