multicore_launch_core1_raw() function
Launch code on core 1 with no stack protection Wake up (a previously reset) core 1 and start it executing with a specific entry point, stack pointer and vector table. This is a low level function that does not provide a stack guard even if USE_STACK_GUARDS is defined core 1 must previously have been reset either as a result of a system reset or by calling multicore_reset_core1
Arguments
entry
Function entry point
sp
Pointer to the top of the core 1 stack
vector_table
address of the vector table to use for core 1 \see multicore_reset_core1