We want to reduce the startup time of SBL,So I did a measurement. The start time of the measurement is when the MCU_PORZ pin becomes 1.8v,
and the end time of the measurement is when the program is executed to main() function in sbl_main.c, we measured 73ms for this process,
which is a big difference from the 20ms data TI gave.
Can you measure the time from power-on to the stage of entering the main() function in sbl_main.c?
The SDK version is V7.2 。
Thank you!