MCF5475 MMU

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MCF5475 MMU

834 Views
JOA2
Contributor I

Hy.

Has anyone worked with 5475 (or similar) MMU?

I am trying to program with Reference manual, but there is not any example.

 

Thank you

Oscar

Labels (1)
0 Kudos
4 Replies

563 Views
jkmahan
Contributor III

Is there a specific question that you have?

 

You can look at the Linux BSP to see an example (though complicated).

0 Kudos

563 Views
JOA2
Contributor I

I am working with FreeRTOS scheduler. No other OS.

I never have work with MMU my lask micro was 68332. 

I have read documentation but I do not how program it .

Thank you

0 Kudos

563 Views
PaoloRenzo
Contributor V

Did you have luck with FreeRTOS port using 547x/8x? Can you share?

0 Kudos

563 Views
TimMilliken
Contributor II

The MMU will allow you to "partition" the memory of the part, you can also make 2 "partitions" look like the same address and switch between them on the fly. I have yet to figure out how to do this but working on it. What is your specfic questions about teh MMU? If you just need a basic setup for it, that is easy and the compiler startup code should ahve done it for you, if not let me know and I will give you a basic setup.

 

-Tim

0 Kudos