AFAIK there is no standard way to get/set the stack pointer.<BR>This is not defined in C.<BR>Usually you end up using inline assembly.<BR>Do you really need to alter the stack pointer ...
Boot process is the process in which any SoCs takes various device configurations (trim bit, device security settings, boot vector location) and memory initialization (like FLASH/SRAM/GRAM) is done ...