Matter for XIAO nRF54LM20A

Hi,

Should we use NCS 3.2.4 or 3.3.0 for Matter protocol ?
The NCS page says to use 3.3.0 https://wiki.seeedstudio.com/xiao_nrf54lm20a_ncs/#install-nrf-connect-sdk-and-toolchain

Build is failing because the usable internal flash for flash_primary is 1940 KB (0x1E5000 bytes) — confirmed by the CMake invocation (–flash_primary-size;0x1e5000) and the reported region size (1986560 B).

However, pm_static_xiao_nrf54lm20a_nrf54lm20a_cpuapp.yml statically laid out:

Partition Size
mcuboot 0xD000
mcuboot_pad 0x800
app 0x1E2800
factory_data 0x1000
settings_storage 0xC000
Total 0x1FD000
That’s 0x18000 (96 KB) more than the 0x1E5000 actually available. Partition Manager can’t reconcile a static layout that overflows the region, and reports it as two nonsensical “gaps” instead of a clear size-overflow error.

Hi there,

So, I’m finding the 3.2.4 is the proper one, the 3.3.0 is flaky in some areas.
reports are starting to come in.
I found similar with the MCP examples for the FLPR, 3.3.0 was a no go.
3.2.4 was a go! I think they may be getting ready to drop a New SoftDevice with much more stuff than current :detective: :+1:

HTH
GL :slight_smile: PJ :v: