Quantcast
Channel: Embedded Software (Read Only)
Viewing all articles
Browse latest Browse all 25965

Forum Post: RE: VIDIOC_DQBUF Hangs after reboot

$
0
0

In UBL, it seems only warm_reset and power_onreset can be used to reset VPSS,but no need for Watchdog?

static void POR_RESET()
{
    if ((PLL1->RSTYPE)&3) {

        VPSS_SYNC_RESET();  // VPSS sync reset

        *GPINT_GPEN = 0x00020000;

        *GPTDAT_GPDIR = 0x00020002;

        while(1);
      }

}

Well, watchdog reset indeed causes my problem.


Viewing all articles
Browse latest Browse all 25965

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>