-
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 failed on mec15xxevb_assy6853 board. #20301
Comments
The problem is likely that the RAM is reset when the watchdog is triggered on the SAM70 MCU. IIRC there is/was a bug opened about that, but I can't find it anymore. |
Looks like duplicate; might want to close it. It's anyways, a LOW priority bug. |
This issue is observed on microchip mec15xxevb_assy6853 also |
@albertofloyd is this issue caused by limited RAM resource on microchip mec15xxevb_assy6853? |
@jocelyn-li there is no limited RAM resource. |
this test has been skipped on sam_e70_xplained. |
Hi, |
The bootloader on mec15xxevb_assy6853 clears the memory on reboot, which would fail the wdt_basic_api test. Instead of simply exclude the platform, add a build only test for this board so the watchdog is being built to avoid build breakage. Fixes zephyrproject-rtos#20301 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
The bootloader on mec15xxevb_assy6853 clears the memory on reboot, which would fail the wdt_basic_api test. Instead of simply exclude the platform, add a build only test for this board so the watchdog is being built to avoid build breakage. Fixes #20301 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
The bootloader on mec15xxevb_assy6853 clears the memory on reboot, which would fail the wdt_basic_api test. Instead of simply exclude the platform, add a build only test for this board so the watchdog is being built to avoid build breakage. Fixes zephyrproject-rtos#20301 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
Describe the bug
Running tests/drivers/watchdog/wdt_basic_api test case on mec15xxevb_assy6853 board, it will loop to report the message below.
To Reproduce
Steps to reproduce the behavior:
Screenshots or console output
Running test suite wdt_basic_test
starting test - test_wdt
Testcase: test_wdt_no_callback
Waiting to restart MCU
Running test suite wdt_basic_test
starting test - test_wdt
Testcase: test_wdt_no_callback
Waiting to restart MCU
Running test suite wdt_basic_test
starting test - test_wdt
Testcase: test_wdt_no_callback
Waiting to restart MCU
Running test suite wdt_basic_test
starting test - test_wdt
Testcase: test_wdt_no_callback
Waiting to restart MCU
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: