FreeRTOS Support Archive
The FreeRTOS support forum is used to obtain active support directly from Real
Time Engineers Ltd. In return for using our top quality software and services for
free, we request you play fair and do your bit to help others too! Sign up
to receive notifications of new support topics then help where you can.
This is a read only archive of threads posted to the FreeRTOS support forum.
The archive is updated every week, so will not always contain the very latest posts.
Use these archive pages to search previous posts. Use the Live FreeRTOS Forum
link to reply to a post, or start a new support thread.
[FreeRTOS Home] [Live FreeRTOS Forum] [FAQ] [Archive Top] [December 2010 Threads] MPU on HCS12XPosted by Sergey on December 11, 2010 Hello All. I need use MPU on MC9S12XET256 processor. Standart port to HCS12X don't include function for run with MPU module. I don't know as this do ( i.e. add MPU support to HCS12X port ). Help me, please.
RE: MPU on HCS12XPosted by Richard on December 11, 2010 I have not looked at the MPU on that particular part, but generally adding MPU support is not a trivial task. You can compare the Cortex M3 port to the Cortex M3 MPU port to get an idea.
Presumably if there is an MPU then you also have some sort of privileged and non-privileged modes that the CPU runs in? Getting the kernel to use those correctly would be the first task.
I would consider whether you need full MPU support where each task switched memory regions as part of the task context, or if you just need basic support whereby the MPU could be statically configured at initialisation time and then just not touched from that point on.
If you have the resource to make this a contract job, then feel free to contact me directly using the 'contact' page of the FreeRTOS.org site, otherwise it is highly unlikely that MPU support for this device will be made official in the near future (there is a very heavy development work load already scheduled and planned).
Regards.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|