Thank you for the context, Marius. I appreciate it.
As I understand, FRDMDUALK3664EVB was released sometime in 2022. I understand the validation was done using the previous version of the board, the FRDMDUAL33664EVB. However, the readme document in the MBDT example folder clearly mentions the 'K' version. I recommend revising the document at the very least in the next BMS release if reconfiguring is not within scope.
As far as questions go,
1. Reading through the documentation for the AFE, there are different balancing and measurement modes available. I understand that balancing is paused automatically in certain measurement modes. Are there examples that go over managing cell balancing and measurement on the MC33774A?
2. For the measurement with multiple AFEs, I know the examples show measuring one AFE at a time by changing the device address every time step. As I understand, the examples use the periodic measurement registers, which update every 4ms or so, and the actual communication time is ~0.5ms/AFE. I was curious if we could stack all the queries and responses for multiple AFEs within a for or while loop to receive data faster than the 100ms in the example?
3. For the ring topology to work with multiple AFEs, do I need to add a new chain address? I was thinking I could just use the TPL12TXCS instead and capture data from TPL1RX and TPL2RX. However, I wasn't sure if the device enumeration had to be unique and if it needed a different initialization. Do you have any other pointers?
Thanks,
Sandesh