zephyr, how to set concat-buf-size property in the "I2C_0" node

Hello

NCS1.9.99, nRF5340, VScode

    uint8_t read[130]="";
    i2c_burst_write(i2c_dev, 0x1b, 0x00, read, 128);
  
error:

Need to use concatenation buffer and provided size is insufficient (1 + 128 > 16). Adjust the zephyr,concat-buf-size property in the "I2C_0" node.

how to set buf-size?

    

Best regards

Parents Reply Children
No Data
Related