Other Parts Discussed in Thread: BQSTUDIO
Hi, Team
We want to change Device Name to "AQPR1".
But when I try to read out it, there is a confusing thing.
Device Name Data read from AltManufacturerAccess() 0x004A Device Name and dataflash 0x4080 are different, one is length byte + data, the other is data + somelse I don't know.
So if I want to change the Device Name to "AQPR1", how can I write it ? write to 0x004A or 0x4080 ? Does it need a length byte to write in byte0?