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. But as I increased to 10k bytes array, problem start coming.
Should I change stack sizes in linker file. ? please suggest and where to change.
