Why are there the following constraints on read and write commands? What if the length of my read and write data is not an integer multiple of burst length? For example, the length of writing data is 32 bytes.
“assert(ControllerExtension::getBurstLength(payload) == 8);”