Tool/software: Code Composer Studio
Hi,
Are there any built-in functions in CCS for outputting the internal temperature of the launchpad? I see in its datasheet that it has a built-in temperature sensor. I have used other Microcontrollers before and there are built-in functions that simply output the internal temperature to a serial monitor such as putty, then I can write a loop that outputs the internal temperature every second. I am trying to do this with this new launchpad which is a simple task but my answer is probably buried in many many training videos.
Also, is there any way I can edit project zero to output the internal temperature? I know there is a data service within it that maybe I can make transfer temperature data.