Hi Jing,
Thanks for the reply:
@jingpan wrote:
Hi stderr,
When you go into debug mode, does the disassembly window display dotted line at address 0x0? It display something like "movs r0,r0" in my demo project.
Yes, all I see is:

@jingpan wrote:
SCB->VTOR register assign the vector table start address.
And you can check NVIC-> ISER(interrupt set enable register at 0xe000e100) and NVIC->ISPR(interrupt set pending register at 0xe000e200) to see what interrupt is happening.
There is no SCB or NVIC register, the only ones I see are:

s0 is followed up with registers up to s31.
One thing I found it, that the sp register reads:
Name : sp
Hex:0x0
Decimal:0
Octal:0
Binary:0
Default:0x0 <__isr_vector>
when I click on it, also the pc looks like:
Name : pc
Hex:0x0
Decimal:0
Octal:0
Binary:0
Default:0x0 <__isr_vector>
all others just show 0s which I find odd.