Gents:
The Spin sd.Run allows a Spin program to boot another Spin program from the SD card. It also allows a Spin program to boot a Prop C program from the SD card. The question I have is it possible to boot a Spin program from a Prop C program? A fair amount of Google searching hasn't yielded an answer and I suspect this is because the capability doesn't exist. Given that the Spin language is interpreted it requires the interpreter to be resident in RAM in order to run a Spin program. Hence, to boot a Spin program from C would require both loading the interpreter and the desired program, thus a much more complicated boot process.
Thanks in advance for your feedback.
The Spin sd.Run allows a Spin program to boot another Spin program from the SD card. It also allows a Spin program to boot a Prop C program from the SD card. The question I have is it possible to boot a Spin program from a Prop C program? A fair amount of Google searching hasn't yielded an answer and I suspect this is because the capability doesn't exist. Given that the Spin language is interpreted it requires the interpreter to be resident in RAM in order to run a Spin program. Hence, to boot a Spin program from C would require both loading the interpreter and the desired program, thus a much more complicated boot process.
Thanks in advance for your feedback.