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.

CCS/TMS320F28379D: TMS320F28379D

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hello
I ran the timer project from the code below in code composer.

C: \ ti \ c2000 \ C2000Ware_2_00_00_02 \ device_support \ f2837xd \ examples \ cpu1 \ timed_led_blink


In the code description, every 500 milliseconds LED is toggel, meaning every 500 milliseconds is interrupted. But if I change the frequency of the cpu, the time will change. What is the relationship between cpu frequency and this period?