Hi, I am trying to bring up CPU1 on ARM v7 architecture (assume CPU0 already bring up & set c-environment) using below code, but it hitting with error: "stack smashing detected" ldr sp, =cpu1_stack b start_task2
↧