-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
tests/drivers/watchdog/wdt_basic_api/testcase.yaml: test_wdt_no_callback() failed at "Waiting to restart MCU" #13417
Comments
Repeated in Commit ID fd7c443 for sam_e70_xplained, arduino2
|
The problem is that on the SAM WDT can only be enabled or disabled once (the mode register is write once). By default the After disabling this option, the test passes. I wonder how this option is different from the generic |
Well I am wrong there. The MCU reboots correctly when the WDT triggers, however it also reset the RAM, while the test assumes that the RAM is left untouched by the WDT reset. |
Fixed through #14968 |
So this test, as is, cannot pass on the SAM WDT @aurel32 and we should just exclude the platform from the test for now, until we extend the test to cover the SAM watchdog. @nashif any thoughts against? |
Describe the bug
After restart, test_wdt_no_callback() output stop at "Waiting to restart MCU"
To Reproduce
Steps to reproduce the behavior:
for sam_e70: Replace (2) with "cmake -DBOARD=sam_e70_xplained -DARCH=arm"
Screenshots or console output
For both arduino2 and same_e70_xplained:
Environment (please complete the following information):
6aa8d94 (sam_370_xplained)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: