mohanagv_0-1731060422126.png
In which order are the devices added? Also, please check the calculation below.
In the MC33774A driver code, the first device address added to the HashMap is ALL_CHAINS(7) and ALL_DEVICES(63). According to the table above, if we add ALL_CHAINS(7) and ALL_DEVICES(63), the HashMap index will be calculated as:
((7<<8)|63) % 10
This results in an index of 5. Is this calculation correct?
Regards,
Mohana G V