Hello, There has been one question here which talked about stack growth direction. To which Micahel Burr had replied saying in ARM processors stack growth direction can be configured - i.e. either descending(normal behaviour) stack grows towards zero address(lower address) in memory or descending,i.e. stack grows towards higher address in memory.
My question is in ARM processors how can i make stack grow in ascending direction?
How do i confiure stack as ascending as by default it is descending? Any register bit set/reset, etc..
Thank You. -Ajit.