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
Copy file name to clipboardExpand all lines: content/learning-paths/embedded-and-microcontrollers/context-switch-cortex-m/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
2
2
title: Learn about context switching on Arm Cortex-M processors
3
3
4
+
description: Learn how to implement context switching operations on Arm Cortex-M processors using the Memory Protection Unit and SysTick exception in a bare-metal environment.
5
+
4
6
minutes_to_complete: 15
5
7
6
8
who_is_this_for: This is an introductory topic for software developers who would like to learn about context switching operations on Cortex-M processors in a bare-metal environment.
0 commit comments