Thread Links | Date Links | ||||
---|---|---|---|---|---|
Thread Prev | Thread Next | Thread Index | Date Prev | Date Next | Date Index |
Hi guys, I find issue here, please verify. Thanks Yair --------- From IDLE_PRI to START_DETECT_PRI (145.2.5.7, Page 141 line 10)
Comment The condition:
!pwr_app_pri * pwr_app_sec doesn’t make sense that only if the secondary is powered we can go to START_DET_PRI.
The conditions should allow to move to
START_DET_PRI in the following conditions:
i.e. the condition should be:
!pwr_app_pri + !pwr_app_sec
Proposed remedy: !pwr_app_pri * pwr_app_sec
To: !pwr_app_pri + !pwr_app_sec
Darshan Yair Chief R&D Engineer Analog Mixed Signal Group Microsemi Corporation 1 Hanagar St., P.O. Box 7220 Cell: +972-54-4893019
E-mail: <mailto:ydarshan@xxxxxxxxxxxxx>. |