This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF53 MAX MTU and DLE

Hi,

I want to know if MTU nRF53 could reach 512 bytes and if PDU could reach 516 bytes.

Best regards,

Mehdi.

Parents Reply Children
  • Hi,

    I am working on a project with the nrf5340 and ncs version 2.2.0 and I am trying to enable large packets. When I try to notify a buffer of 510 bytes, I cannot. I get a warning from here:

    When debugging I see that the chan->chan.tx.mtu is 509.

    This project is converted from an old nrf5 implementation, where the MTU was set to 576 for an nrf52832. How can I set a similar (again, at least 510) MTU for the nrf5340 in NCS?

Related