Other Parts Discussed in Thread: SYSCONFIG, UNIFLASH
Hi Expert,
In the dss_safety_test example, it was found that the VP output shown in the logs is always true, regardless of whether the destructive code is removed or not.
So what appears on the UART terminal if we delete the code below?
" /* Corrupt frame to introduce data integrity error */
if(gLoopCount == DISP_FRAME_CORRUPT_NUM)
{
for(uint32_t count = 0; count < gDssConfigPipelineParams.inHeight[instCnt] *
gDssConfigPipelineParams.pitch[instCnt][0]; count++)
{
*(uint8_t *)(frmList.frames[0]->addr[0] + count) = 0xAA;
}
}"
BR,
Biao







