Part Number: TDA4VM
Hi, experts:
I want to know, how can we be sure that the cpu(R5f mcu1_0) is running at 1Ghz clk freq?
I use k3conf tools dumped the clk freq,it shows that mcu1_0 is running at 1Ghz:
J7EVM@QNX:/# k3conf dump clock 250 |--------------------------------------------------------------------------------| | VERSION INFO | |--------------------------------------------------------------------------------| | K3CONF | QNX | | SoC | J721E SR2.0 | | SYSFW | ABI: 3.1 (firmware version 0x0015 '21.1.1--v2021.01a (Terrific Lla)') | |--------------------------------------------------------------------------------| |-------------------------------------------------------------------------------------------------------------------------------------------| | Device ID | Clock ID | Clock Name | Status | Clock Frequency | |-------------------------------------------------------------------------------------------------------------------------------------------| | 250 | 0 | DEV_MCU_R5FSS0_CORE0_CPU_CLK | CLK_STATE_READY | 1000000000 | | 250 | 1 | DEV_MCU_R5FSS0_CORE0_CPU_CLK_PARENT_K3_PLL_CTRL_WRAP_WKUP_0_CHIP_DIV1_CLK_CLK | CLK_STATE_READY | 1000000000 | | 250 | 2 | DEV_MCU_R5FSS0_CORE0_CPU_CLK_PARENT_K3_PLL_CTRL_WRAP_WKUP_0_CHIP_DIV1_CLK_CLK2 | CLK_STATE_READY | 333333333 | | 250 | 3 | DEV_MCU_R5FSS0_CORE0_INTERFACE_CLK | CLK_STATE_READY | 1000000000 | |-------------------------------------------------------------------------------------------------------------------------------------------|
but For the same function(Os_TimerPfrtIsr) in autosar, the running time in tda4 r5f (1Ghz) seems to be longer than another chip with lower frequency (533Mhz).
(MCU1_0 runs the autosar operating system, We integrated Gliwa to test the cpu load)
Is there any way to determine the main frequency of the CPU ?
