Hi there,
I am using Keil uVision v4.71.2 with NXP LPC11U35. What I would like to ask is whether an exception is thrown at a Stack overflow? At the HardFault_Handler how can I determine the type of the exception and if possible the address of assembly where it was thrown?
Thanks in advance.
Hi Pier,
thank you for your answer.
so, if understood correctly, I can manually place the stack at the start of RAM so that if an overflow occur an exception is thrown? if yes, can you tell me how?