July 21, 2023 at 4:19 PM #1 Hello,I am currently porting old source code and I see the embOS calls OS_SDI() and OS_RI(). I guess the appropriate replacement would be OS_INT_Enter() and OS_INT_Leave()?
July 21, 2023 at 4:34 PM #2 Hello,I don't think OS_SDI() and OS_RI() were API names in embOS RL78 IAR.Or was it another embOS port?Sounds like OS_INT_Disable() and OS_INT_EnableConditional():https://www.segger.com/doc/UM01001_embOS.html#OS_INT_Disablehttps://www.segger.com/doc/UM01001_em…ableConditionalembOS API names changed from V4 to V5:https://www.segger.com/doc/UM01001_em…migration_guideWhich embOS port and version did you use before?Please feel free to contact us directly:https://www.segger.com/doc/UM01001_embOS.html#SupportBest regards,Til