Skip to content

Commit 77f6f6c

Browse files
Merge pull request #3098 from madeline-underwood/asm
Update documentation for Arm assembler functions, adding a descriptio…
2 parents 82dc03d + 903c51d commit 77f6f6c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

content/learning-paths/embedded-and-microcontrollers/asm/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Write Arm Assembler functions
33

44
minutes_to_complete: 60
5+
description: Learn how to write mixed C and assembly programs for Cortex-M microcontrollers using Keil MDK, following Arm Procedure Call Standard conventions.
56

67
author: Ronan Synnott
78

content/learning-paths/embedded-and-microcontrollers/asm/coding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If using μVision, Right-click `Source Group 1` and select `Add New Item`. Selec
1515

1616
If using Keil Studio, open `main.c` within the `Source Files` group.
1717

18-
## The main Function
18+
## The main function
1919

2020
Create the `main` C function. This function creates two character arrays, `a` and `b`, and calls two functions, `my_strcpy` and `my_capitalize`, that shall be implemented later.
2121

0 commit comments

Comments
 (0)