I want to use Mbed Studio for writing program for X_NUCLEO_IHM03A1 with NUCLEO-L476RG board using official library and example for 1 motor. Library as I understood supports only mbed os 2. In the same time Mbed Studio can work only with mbed os 5. After compiling project my device rebooting [...] read more
I'm trying to run some code that uses libsodium on an Mbed board. While just including the library and running sodium_init() the following error is thrown on mbed sterm: ++ MbedOS Error Info ++ Error Status: 0x80010133 Code: 307 Module: 1 Error Message: Mutex: 0x200027EC, Not allowed in ISR context [...] read more