Hi @lpestanas
The standard I2C devices are generally limited by the 255-byte payload size per transaction due to the I2C protocol's use of an 8-bit register for data length.
Snipaste_2025-02-24_17-27-28.png
Snipaste_2025-02-24_17-27-00.png
To handle more than 255 bytes in one transaction, you can Use Multiple Transactions.
BR
Harry