We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm trying to implement the EtHash algorithm in the AM3357 microcontroller, but when I try to include the mutex library it shows the following error: "Fatal Error [Pe035]: #error directive: "IAR Systems does not support mutex""
I've already tried to enable parallel build, put the full path of mutex library and multicore debugging, nothing worked
Is there a way to fix this error?