Hi team,
Here's an issue from the customer may need your help:
* \b Important: Unlike the ALERT event, the READY event does not generate MCU domain and System CPU
* wake-up. Depending on the SCIF OSAL implementation, this function might not return before the
* specified timeout expires, even if the READY event has occurred long before that. To avoid such
* delays, call \c fwGenAlertInterrupt() from the task code block that \ref scifWaitOnNbl() is waiting
* for to complete.
" Call \c fwGenAlertInterrupt() from the task code block that \ref scifWaitOnNbl() is waiting for to complete." What is the purpose of this statement?
Looking like want to add fwGenAlertInterrupt() to the sensor controller studio. But how to associate with scifWaitOnNbl() is waiting for to complete?
Could you help check this case? Thanks.
Best Regards,
Cherry