Tool/software: TI-RTOS
Hello,
I am currently working on a project using the MQTT example code. I have implemented a timer interrupt that reads the temperature from the device and outputs it on the terminal every number of X seconds. I have found that when reading the temperature every second, the data shows up on the terminal without skipping seconds. However, when reducing the timer interrupt to occur every 10 and 100 milliseconds, the data skips and not all of the output is showed on the terminal.
I do not know why this occurs and would appreciate any advice on how to show all data points.
Thanks in advance,
Britttany