We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bsp/cvitek/cv18xx_risc-v/
rt_inline void cvi_wdt_top_setting() { uint32_t val; mmio_write_32(CV_TOP + CV_TOP_WDT_OFFSET, CV_TOP_WDT_VAL); // <------- 这里的设置和手册对不上,感觉是无用的代码 val = mmio_read_32(CV_RST_REG); mmio_write_32(CV_RST_REG, val & ~CV_RST_WDT); rt_hw_us_delay(10); mmio_write_32(CV_RST_REG, val | CV_RST_WDT); }
The text was updated successfully, but these errors were encountered:
该设置确保使能wdt的reset
Sorry, something went wrong.
ok ,先 close 这个问题
No branches or pull requests
bsp/cvitek/cv18xx_risc-v/
masterThe text was updated successfully, but these errors were encountered: