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.
Hi, I want to decrease the power consumption of the TMF470MF06607 microcontroller but at the same time I need the HET module to be running.
My idea was to turn off the all the clock domains (GCLK, HCLK, VCLK and AVLCK) except of VCLK2 (driving the HET) and RTICLK. The problem is that in this case the HET looks to be running but the signal generated is not valid. I identified that the problem is in the GCLK domain. If I let it running and just turn the M3 core off (using WFI instruction) the HET works fine. Of course with the GCLK also the HCLK domais stays running.
Is it expected behaviour? According the clock distribution the HET module shall be independent of GCLK domain.
Thanks Robert.