Maximum MTU size setting 512 not able to configure

Hi 

In current development we will used the S112 soft device

SDK version 15.2.0

MCU is nrf52810

Try to update the below macro size to 512.


#ifndef NRF_SDH_BLE_GATT_MAX_MTU_SIZE
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 512
#endif

Firmware gives run time error.

Debugging stop while check the firmware in debug mode.

regards from

Paresh Parekh

Parents Reply
  • Linker file changes.

    Error coded returns from below function.

    we have tried memory changes as discribe with different values, still not able to set MTU size morethen 247.
    we had set MTU size to just "NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 260", still below functions give error.
    Always "rx_char_spec_add()"  function returns with error code = 4.

    Let's know value added feedback.

Children
Related