Hi,
I want to konw the time consumed from breakpoint A to breakpoint B. but I don't know how to do it.
background:
a. Project quesion is MCU Init time too long , I think the time cost in StartUp step .
b.address 0x01000400 is my StartUp's Entry point , address 0x01008e24 is my MainFunc()'s Entry point.

thanks.