eag****com
void wdt_event_handler(void)
{
nvds_get(NVDS_WDT_TAG, &refresh_counter_length, &wdt_refresh_counter);
wdt_refresh_counter++;
nvds_put(NVDS_WDT_TAG, refresh_counter_length, &wdt_refresh_counter);
}
It doesn't work.
Could you let me know if event handler is the same as alarm callback
zhongchengzhi
Hi, as you can see, they are the same:
Open WeChat, use "Scan" to follow.