updated these test cases:
Test case3: cfg_rcw_src[0:4] 10000 (hardcode rcw),RESET_REQ_B is always assert high level '1', it seems the cpu is always at reset status, HRESET is always at low level "0", Asleep is at high "1".
Test case5: cfg_rcw_src[0:4] 00000 (I2C normal), program I2C eeprom with rcw word , after cpu loaded rcw word from eeprom , the HRESET is also at low level "0", Asleep is at high "1". It seems p2041 halt at rcw configuration stage.
Test case1: cfg_rcw_src[0:4]配置字 01100 (Nor flash 8bits width), elbc bus output LCLK0 signal at 6.25MHz, elbc cs0 will output four valid chip select signals ( but p2041rdb output eight chip select signals under this case),.
In test case1 ,because elbc bus output LCLK0 signal at 6.25MHz, Does it mean the clock tree for elbc ok?
Can you give me any suggestion to check it?