TMS320F28386D has cores, C28X CPU1, CPU1.CLA1, CPU2, CPU2.CLA1, Arm Cortex-M4.
Question1: how many clock cycles are equal to one instruction cycle of different cores?
One or two or X?
Question2: which TI document has this information?
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.
TMS320F28386D has cores, C28X CPU1, CPU1.CLA1, CPU2, CPU2.CLA1, Arm Cortex-M4.
Question1: how many clock cycles are equal to one instruction cycle of different cores?
One or two or X?
Question2: which TI document has this information?
how many clock cycles are equal to one instruction cycle of different cores?
There is no "universal" answer. It depends on the instruction. Instructions can take one or more cycles depending on what they do. There are also instructions that can be executed in parallel. For the 28x CPU, you can find the cycle information in www.ti.com/lit/SPRU430. For the CLA, you can find this information in the TRM, www.ti.com/lit/SPRUII0. For the ARM core, please refer to https://developer.arm.com/documentation/100166/0001/.