Other Parts Discussed in Thread: BQ79616, TMS570LS1224, BQ79616-Q1
Hi all,
I have a question that if there is a fault in our stack device then how will my base device know that there is a fault in the stack device?
According to datasheet there is two method
• Host ignores NFAULT pin, constantly polls the FAULT_SUMMARY register of each device. If FAULT_SUMMARY is non-zero, read the low level fault status registers to obtain more information.
• Host monitors NFAULT pin status. Enable fault status to pass down the daisy chain to bridge device. Enable bridge device’s NFAULT pin to be asserted when the FAULT_SUMMARY is non-zero. When NFAULT is triggered, host poll's fault information to diagnose further
I understand Method 1 but I have doubts about Method 2 that how to Enable fault status to pass down the daisy chain to bridge device and how to set active low NFAULT PIN according to fault status.
Thanks