-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Description of defect
Mbed OS hal-tests-tests-mbed_hal-rtc_reset test not passed on Silicon Labs STK3701A boards rev. B06 and B07. But the same test passed on the same STK3701A board rev. B01. The test was running wich Mbed OS 6.0 and 6.3 with GCC_ARM 9 2019-q4-major and GCC_ARM 9-2020-q2-update.
Looks like after NVIC_SystemReset() two registers are also reset on STK3701A boards rev. B06 and B07:
RTCC->RET[0].REG
RTCC->CNT
But on STK3701A boards rev. B01 the current values are saved.
In the attached files hal-tests-tests-mbed_hal-rtc_reset's logs.
Target(s) affected by this defect ?
EFM32GG11_STK3701
Toolchain(s) (name and version) displaying this defect ?
GCC_ARM
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.0 and mbed-os-6.3.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
mbed-cli 1.10.2
How is this defect reproduced ?
mbed test --compile -t GCC_ARM -m EFM32GG11_STK3701 -DMBED_EXTENDED_TESTS=1 -n hal-tests-tests-mbed_hal-rtc_reset
mbed test --run -t GCC_ARM -m EFM32GG11_STK3701 -DMBED_EXTENDED_TESTS=1 -n hal-tests-tests-mbed_hal-rtc_reset -v
report_rtc_reset_rev_b01_SN440109372.txt
report_rtc_reset_rev_b06_SN440145056.txt
report_rtc_reset_rev_b06_SN440145061.txt
report_rtc_reset_rev_b07_SN440174200.txt
Metadata
Metadata
Assignees
Labels
No labels