What value should be set in the MWL field? Is it the expected start value of MWL in hex
(Or decimal)?
MWL field in API AddNode() is to set the maximum write length for the I2C
slave device. It is in hex. For I3C Slave devices SETMWL/MRL is to set Maximum write/read
length. By default, Max write/read length is 16 data bytes.
You can set those Values using the below syntax.
///////////////////////////////////////////////////////////////////////////////////////////////
Script: Bus Frame: Broadcast Command:SETMWL Data:03-04
Script: Bus Frame: Broadcast Command:SETMRL Data:03-04