The Raspberry Pi Pico: $4, dual M0+, 264kb RAM

Here’s the uC datasheet: https://datasheets.raspberrypi.org/rp2040/rp2040_datasheet.pdf

2.6.2 has the details, but in summary:

As @Vertiginous mentions, microcontrollers are often very weird looking memory systems. GPUs are similarly bizarre at times. But this sort of “Well, you can use it all as one block, but if you need something special, here’s how it’s physically laid out…” thing is quite common to find.