multicore_launch_core1_with_stack() function
Launch code on core 1 with stack Wake up (a previously reset) core 1 and enter the given function on core 1 using the passed stack for core 1 core 1 must previously have been reset either as a result of a system reset or by calling multicore_reset_core1 core 1 will use the same vector table as core 0
Arguments
entry
Function entry point
stack_bottom
The bottom (lowest address) of the stack
stack_size_bytes
The size of the stack in bytes (must be a multiple of 4) \see multicore_reset_core1