Hello,
I am writing a driver for a BQ27320, using the Technical Reference Manual (SLUUBE6A, March 2018) and can not find description of the DEVICE_NAME subcommand in section 2.1.x.
How many bytes should it return? Is the subcommand number, 0x004A, correct?
With my implementation of `read_mac_command()` I can successfully read DEVICE_TYPE (0x0001) while DEVICE_NAME (0x004A) returns garbage data, response length is 11 bytes (MACDataLen register at 0x61).