BURST_WRITE_MAX
u8 send_data[BURST_WRITE_MAX + 4];
if (size > BURST_WRITE_MAX)
if (size > BURST_WRITE_MAX || size > U8_MAX) {