Problem with ST67W61 in w61_at_common.c
Greetings,I'm trying to run an application using X-CUBE-ST67W61, but I'm encountering a problem at this line in w61_at_common.c:int32_t W61_AT_ModemInit(W61_Object_t *Obj) { (...) xReturned = xSemaphoreTake(mdm->sem_if_ready, pdMS_TO_TICKS(4000)); (....