You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
In the FreeRTOS portable/RVDS/ directory, there are two ports:
ARM_CM4F for Cortex-M4F with FPU support.
ARM_CM4_MPU for Cortex-M4 with MPU support.
Which port should I use if I need both FPU and MPU on Cortex-M4F? Should I combine both, or is there a single port for this configuration?
Expected Behavior
Clarification on whether both features (FPU and MPU) are supported simultaneously on Cortex-M4F and which port to use.
Additional Information
FreeRTOS version: V11.1.0
Processor: ARM Cortex-M4F
The text was updated successfully, but these errors were encountered:
Describe the issue
In the FreeRTOS portable/RVDS/ directory, there are two ports:
ARM_CM4F for Cortex-M4F with FPU support.
ARM_CM4_MPU for Cortex-M4 with MPU support.
Which port should I use if I need both FPU and MPU on Cortex-M4F? Should I combine both, or is there a single port for this configuration?
Expected Behavior
Clarification on whether both features (FPU and MPU) are supported simultaneously on Cortex-M4F and which port to use.
Additional Information
FreeRTOS version: V11.1.0
Processor: ARM Cortex-M4F
The text was updated successfully, but these errors were encountered: