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?