On Wed, Oct 15, 2008 at 10:02 AM, Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
While I do agree, it may be confusing for some people to have RAM_STACK_BASE denote the upper (as in memory location) end of the stack and CARBASE denote the lower end of the stack.
Suggested fix: Introduce the following #define:
#define CAR_STACK_BASE (CONFIG_CARBASE + CONFIG_CARSIZE - 4)
What do you think?
it's fine!
ron