Skip to content

Commit 73157eb

Browse files
committed
Correct LM20 specs
1 parent 9b838b5 commit 73157eb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

_posts/2026-03-23-matter-internet-connectivity.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ Putting everything we've learned together, here's how a UDP packet from a Matter
156156
Let's put this into practice. We will send a UDP message from an nRF54LM20 DK through a HomePod Border Router to Nordic Semiconductor's public echo server found at `udp-echo.nordicsemi.academy:2444`, and receive the response.
157157

158158
The nRF54LM20[^nrf54lm20] is a good fit for Matter. It has an ARM Cortex-M33
159-
at 128 MHz, 1.5 MB of Flash and 256 KB of RAM, which is plenty of headroom for the
160-
Matter stack, OpenThread, and application code. It supports both BLE (for
161-
commissioning) and 802.15.4 (for Thread).
159+
at 128 MHz, 2 MB of NVM (it's actually RRAM, not flash, which is pretty cool) and 512 KB of RAM, which is plenty of headroom for the Matter stack, OpenThread, and application code. It supports both BLE (for commissioning) and 802.15.4 (for Thread).
162160

163161
Let's grab a nRF54LM20 Dev Kit[^lm20dk], the latest of the nRF Connect SDK[^ncs] and start writing some code!
164162

0 commit comments

Comments
 (0)