Other Parts Discussed in Thread: TMDS64EVM, SYSCONFIG
Tool/software:
Hi,
I noticed that Linux system clock falls behind real time in a short period (4-5 secs in 30 seconds). I researched the issue and it turns out clock falls behind only when CPSW Ethernet is activated on R5F cores.
These are the steps I applied to reproduce the issue on TMDS64EVM boards:
1. Import the empty example on MCU+ SDK.
2. Remove A53 project from system.xml and remove it from MULTI_CORE_APP_PARAMS and MULTI_CORE_APP_PARAMS_XIP variables on makefile_system_ccs_bootimage_gen file.
3. On R5FSS0-0 project, enable CPSW, EEPROM, I2C0 and I2C1. (I used same SysConfig settings from enet_cpsw_udpclient example)
4. Boot Linux and execute `watch -n 0.1 date` command and compare the time with real time.
MCU+ SDK Version: v09.02.01.05
Processor SDK Version: v09.02.01.10 (RT version)