Skip to content
New issue

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

Uno R4 WDT IRQ support is excluded in libbsp.a #377

Open
JAndrassy opened this issue Sep 26, 2024 · 0 comments
Open

Uno R4 WDT IRQ support is excluded in libbsp.a #377

JAndrassy opened this issue Sep 26, 2024 · 0 comments
Labels
topic: code Related to content of the project itself

Comments

@JAndrassy
Copy link
Contributor

WDT_CFG_REGISTER_START_NMI_SUPPORTED is 0 so all support for watchdog interrupt is excluded in r_wdt.c.
Then p_cfg.reset_control = WDT_RESET_CONTROL_NMI does nothing in R_WDT_Open and R_WDT_StatusClear doesn't work either.

It is possible to work around it and set the callback and activate the interrupt (and clear status) directly, but it would be nicer/simpler with the support in the HAL.

@per1234 per1234 added the topic: code Related to content of the project itself label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself
Projects
None yet
Development

No branches or pull requests

2 participants