Hi there,
I am working on my Lab assignment for displaying internal temp sensor on 96×64 color OLED. I am using TM4C123G USB+CAN Development Kit with Tiva TM4C123GH6PGE MCU. My project is working fine , but there is one problem that displayed temperature should update every 500ms. So I have to calculate the timing for while loop or in other words I need to tune while loop's one iteration to 500ms. I am using CCS v6 compiler. Is there any way to calculate it in compiler itself ? or what is the best way ?