what is the memory management unit supposed to do on embedded computers? I'd rather like one for 5$ without mmu.
This chip has 4 cores, and I believe they all share the same memory bus ie. Each core can access the 64GB ram directly. There is also 768K sram for low power use. Only the RV64 large core has an mmu, the two RV32 cores don't. I think the chip's main use could be robotics- the lowest power core for networking, npu for image processing, the mid core for simple tasks and the large core for Linux and complex tasks eg. Na…
3 cores
> For your use then, you could just use the lowest power microcontroller with 64GB ram. You can't get that ability anywhere else.
I don't think the LP core has access to PSRAM. So most of the networking would run on the mid core, and the LP core just makes decisions to wake up a bigger core based on the events it sees.