Resolved! Going in HardFault
I plan to transmit stream of approx 10k characters by uart every second. For that purpose, I have definer global char array of 10.5k length. After working for few second, the MCU goes in HardFault.I tried with array of 1000 bytes only, it works fine....