Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Was there solution to this problem as I have the same kind of issue. This is the code: EE_DBG("here 1\n\r"); EE_DBG("Owner %d\n\r",OS_GetResourceOwner(&Sema_I2C)); ret = OS_Use(&Sema_I2C); EE_DBG("Owner %d\n\r",OS_GetResourceOwner(&Sema_I2C)); EE_DBG("here 2 %d\n\r", ret); Debug print is this when the system fails: here 1 Owner 0 OsErr: 161 And this when not (usually this case) Owner 0 Owner 536936692 here 2 1 Best regards: Eero