Accessing Subcores in spresense Arsuino IDE
-
hello,
I was curious whether i can use the different sub-cores in spresnese 6-core device, I have tried to upload Arduino based code at different cores but they weren't executed (the board didn't blinked the system LEDs for the sample code). Why does this happened? Am i doing something wrong here? To make sure that board is healthy I re-flashed the board again.Thanks and Regards
Nihal -
@neo11-0 Hi Nihal, the program on the main-core needs to start the sub-cores. Have a look at the documentation and samples here how to do that.
https://developer.sony.com/develop/spresense/docs/arduino_developer_guide_en.html#_mp_library -
got it. Thank you