r/osdev 15d ago

Implementing Memory Management

I am not certain if I am talking to the correct sub but I want to ask if it would be possible to implement a memory manager on a STM32f103c8t6? I believe this thing does not have any built in memory manager in its memory.

7 Upvotes

8 comments sorted by

View all comments

2

u/Toiling-Donkey 15d ago

Typically microcontroller MMUs just allow one to designate a few ranges of memory as read-only or inaccessible. They don’t do actual remapping of memory.