Constant axconfig::USER_STACK_TOP
source · pub const USER_STACK_TOP: usize = 0x3FE0_0000;
Expand description
The base address of the user stack. And the stack bottom is user-stack-top + max-user-stack-size
.
pub const USER_STACK_TOP: usize = 0x3FE0_0000;
The base address of the user stack. And the stack bottom is user-stack-top + max-user-stack-size
.