Thanks. I hookup BDM debugger and ran it again. this time I can see exception during printing (printing got stoppd in middle on console), it points to "uart_isr" routine, which is calling from usrt0_isr.
Then I looked into RSR using debugger, RSR value is: 0x40. Reference manual says for Bit 6 is: LVD (Low voltage detect), may be this is some low voltage issue. with multimeter I measured output voltage of power source which is 5V it says.
some of other register values I noted:
RSR: 0x40
ResetControllewr_RCR: 0x05
LPICR: 0x0F
Powermanagement_LPCR 0x02
Probably my reset is happening because of low voltage?