]> begriffs open source - freertos/blob - portable/GCC/ARM_CM7/ReadMe.txt
FreeRTOS MPU: Remove MPU region number check (#1261)
[freertos] / portable / GCC / ARM_CM7 / ReadMe.txt
1 There are two options for running FreeRTOS on ARM Cortex-M7 microcontrollers.
2 The best option depends on the revision of the ARM Cortex-M7 core in use.  The
3 revision is specified by an 'r' number, and a 'p' number, so will look something
4 like 'r0p1'.  Check the documentation for the microcontroller in use to find the
5 revision of the Cortex-M7 core used in that microcontroller.  If in doubt, use
6 the FreeRTOS port provided specifically for r0p1 revisions, as that can be used
7 with all core revisions.
8
9 The first option is to use the ARM Cortex-M4F port, and the second option is to
10 use the Cortex-M7 r0p1 port - the latter containing a minor errata workaround.
11
12 If the revision of the ARM Cortex-M7 core is not r0p1 then either option can be
13 used, but it is recommended to use the FreeRTOS ARM Cortex-M4F port located in
14 the /FreeRTOS/Source/portable/GCC/ARM_CM4F directory.
15
16 If the revision of the ARM Cortex-M7 core is r0p1 then use the FreeRTOS ARM
17 Cortex-M7 r0p1 port located in the /FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1
18 directory.