Hi,
When I run tfm_ns test on STM32L562E_DK discovery board:
cmake .. -DTFM_PLATFORM=stm/stm32l562e_dk -DTFM_TOOLCHAIN_FILE=../toolchain_GNUARM.cmake -DTEST_NS=ON
the following logs are showed repeatly,I think this is abnormal. I didn't modify the source code of tf-m and tf-m-tests.
[INF] Starting bootloader [INF] Swap type: none [INF] Swap type: none [INF] Bootloader chainload address offset: 0x19000 [INF] Jumping to the first image slot [Sec Thread] Secure image initializing! Booting TFM v1.2.0 Non-Secure system starting... #### Execute test suites for the Non-secure area #### Running Test Suite PSA protected storage NS interface tests (TFM_PS_TEST_1XXX)... > Executing 'TFM_PS_TEST_1001' Description: 'Set interface' [INF] Starting bootloader [INF] Swap type: none [INF] Swap type: none [INF] Bootloader chainload address offset: 0x19000 [INF] Jumping to the first image slot [Sec Thread] Secure image initializing! Booting TFM v1.2.0 Non-Secure system starting... #### Execute test suites for the Non-secure area #### Running Test Suite PSA protected storage NS interface tests (TFM_PS_TEST_1XXX)... > Executing 'TFM_PS_TEST_1001' Description: 'Set interface' [INF] Starting bootloader [INF] Swap type: none [INF] Swap type: none [INF] Bootloader chainload address offset: 0x19000 [INF] Jumping to the first image slot [Sec Thread] Secure image initializing! Booting TFM v1.2.0 Non-Secure system starting... #### Execute test suites for the Non-secure area #### Running Test Suite PSA protected storage NS interface tests (TFM_PS_TEST_1XXX)... > Executing 'TFM_PS_TEST_1001' Description: 'Set interface'
the tf-m source code version:
git clone https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git
git checkout 4f953f5f50809991510003e588695508effcdbb0
dependency projects version:
Mbed Crypto(mbedtls-2.24.0)
tf-m-tests(98adf32d)
https://git.trustedfirmware.org/TF-M/tf-m-tests.git
MCUboot(81d19f0)
https://github.com/mcu-tools/mcuboot
psa-arch-tests(90c8e680)
https://github.com/ARM-software/psa-arch-tests