Matter1.3-testing-TC-RR-1.1 timeout error.

Hi,

In Matter 1.1, I previously encountered the TC-RR-1.1 issue, which was resolved by changing the setting_storage partition size from 16KB to 32KB.

However, in Matter 1.3, I met another timeout error. It appears that the root cause is due to the extensive read-write operations in the test case, which consume a significant amount of time, causing the chip to respond to the gateway slowly. The gateway has prematurely closed the port listening, leading to packets being undeliverable and the test case failing.

Other chip manufacturers have addressed this issue by increasing the NVS's MULTI_SECTOR size and boosting the CPU frequency. Is there a similar solution available from Nordic, or are there any other approaches to resolve this?

Here are my failure logs and pcap packets. Hope for your reply!

Yours,

Jerry.TC-RR-1_1_LOG.log1_3SMOKECO-TCRR1_1.pcapng

Parents
  • By the way, my NCS version is 2.5.0,Matter branch is 1.3-sve.

    And here is my pm_static_dfu_yaml.

    mcuboot:
        address: 0x0
        size: 0x7000
        region: flash_primary
    mcuboot_pad:
        address: 0x7000
        size: 0x200
    app:
        address: 0x7200
        size: 0xece00
    mcuboot_primary:
        orig_span: &id001
            - mcuboot_pad
            - app
        span: *id001
        address: 0x7000
        size: 0xed000
        region: flash_primary
    mcuboot_primary_app:
        orig_span: &id002
            - app
        span: *id002
        address: 0x7200
        size: 0xece00
    user_param:
        address: 0xf4000
        size: 0x2000
        region: flash_primary
    factory_data:
        address: 0xf6000
        size: 0x1000
        region: flash_primary
    settings_storage:
        address: 0xf7000
        size: 0x8000
        region: flash_primary
    hoorii_factorydata:
        address: 0xff000
        size: 0x1000
        region: flash_primary
    mcuboot_secondary:
        address: 0x0
        size: 0xed000
        device: MX25R80
        region: external_flash
    external_flash:
        address: 0xed000
        size: 0x13000
        device: MX25R80
        region: external_flash
    
    

Reply
  • By the way, my NCS version is 2.5.0,Matter branch is 1.3-sve.

    And here is my pm_static_dfu_yaml.

    mcuboot:
        address: 0x0
        size: 0x7000
        region: flash_primary
    mcuboot_pad:
        address: 0x7000
        size: 0x200
    app:
        address: 0x7200
        size: 0xece00
    mcuboot_primary:
        orig_span: &id001
            - mcuboot_pad
            - app
        span: *id001
        address: 0x7000
        size: 0xed000
        region: flash_primary
    mcuboot_primary_app:
        orig_span: &id002
            - app
        span: *id002
        address: 0x7200
        size: 0xece00
    user_param:
        address: 0xf4000
        size: 0x2000
        region: flash_primary
    factory_data:
        address: 0xf6000
        size: 0x1000
        region: flash_primary
    settings_storage:
        address: 0xf7000
        size: 0x8000
        region: flash_primary
    hoorii_factorydata:
        address: 0xff000
        size: 0x1000
        region: flash_primary
    mcuboot_secondary:
        address: 0x0
        size: 0xed000
        device: MX25R80
        region: external_flash
    external_flash:
        address: 0xed000
        size: 0x13000
        device: MX25R80
        region: external_flash
    
    

Children
No Data
Related