Other Parts Discussed in Thread: BQ79656-Q1
Tool/software:
Hello TI Team,
I'm using the BQ79600-Q1 as the bridge and five BQ79656-Q1 devices as the stack CMUs in a daisy-chain configuration.
My requirement is to assign fixed logical address to each CMU based on their physical location.
I am using both forward (DIR_SEL = 0) and reverse (DIR_SEL=1) communication.
I want:
-
Forward mode → addresses:
0, 1, 2, 3, 4, 5
-
Reverse mode → addresses:
0, 5, 4, 3, 2, 1
Is it possible to assign addresses like
0, 5, 4, 3, 2, 1
directly via auto-addressing broadcast writes in reverse communication?
Thank you