I am working on nrf52810. I raised the RAM size in the linker file, which is larger than the real physical RAM capacity, for the testing purposes.
I anticipate a hard fault where the stack top will always be outside of the real physical ram. For each reset, I noticed that it would reach the reset handler, while
moving on to the SystemInit, I noticed that there was an expected hard fault exception in the IAR IDE. However, I verified by adding break points that it was not actually entering
the hard fault handler. Could you please help me with this?