Tool/software:
hi, team
i tried to read statistics engine, but values are fixed regardless input signal.
seems like garbage data.
i m modifying clock enable, statistic enable, windows size and threshold.
like the code below;
Read_modify_write(0x4B4, 0, 8, 0x1) #GBL_CLK_CFG_1
Read_modify_write(0x4BE, 0, 8, 0xF0) #GBL_CLK_CFG_2
Read_modify_write(0x4BF, 0, 8, 0x83) #GBL_CLK_CFG_3
Read_modify_write(0x1A4, 0, 8, 0x30) #statistic enable
Read_modify_write(0x1A0, 0, 8, 0xFF) # windows size
Read_modify_write(0x1A1, 0, 8, 0x0F) # windows size
Read_modify_write(0x198, 0, 8, 0xFF) # STATS_THRESHOLD_HI_CHA
Read_modify_write(0x19C, 0, 8, 0x11) # STATS_THRESHOLD_LO_CHA
what else do i need more?
it would be very appreciated if you let me know.