Skip to content

Commit 7d44697

Browse files
committed
[M2351] Fix serial sync error in SPDMC test
In M2351 SPDMC (SMCC) test, it boots from secure code to non-secure bootloader, and finally to non-secure test code itself. The boot sequence will takes longer than usual. In test initiation, host will send sync signal 1s after reset device. But due to the longer boot sequence, test code in device can miss the signal. We enlarge the reset idle time to fix the issue.
1 parent 8e44a75 commit 7d44697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8104,6 +8104,7 @@
81048104
"device_name": "M2351KIAAEES",
81058105
"bootloader_supported": true,
81068106
"tickless-from-us-ticker": true,
8107+
"forced_reset_timeout": 3,
81078108
"mbed_rom_start" : "0x10040000",
81088109
"mbed_rom_size" : "0x40000",
81098110
"mbed_ram_start" : "0x30008000",

0 commit comments

Comments
 (0)