Hello,
by trying the example RPC_m4 for the NiclaVision there occours a Compilation error: exit status 1.
It has to be uploaded on both cores:
/**
- Returns the CPU that's currently running the sketch (M7 or M4)
- Note that the sketch has to be uploaded to both cores.
**/
But there ist no selection of the cores possible compared to the Portenta H7 with two boarts selectable (M4, M7) in the IDE.
C:...\AppData\Local\Arduino15\packages\arduino\hardware\mbed_nicla\3.1.1\libraries\rpclib\src/rpc/msgpack/v1/detail/cpp11_zone.hpp: In member function 'void clmdep_msgpack::v1::zone::finalizer_array::push_expand(void ()(void), void*)':
C:.....\Arduino15\packages\arduino\hardware\mbed_nicla\3.1.1\libraries\rpclib\src/rpc/msgpack/v1/detail/cpp11_zone.hpp:75:38: error: exception handling disabled, use -fexceptions to enable
throw std::bad_alloc();