Skip to content

Commit a2664ef

Browse files
committed
MPAE-20426: Readme updates after TW review
1 parent 7ce1df8 commit a2664ef

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To program the Curiosity Nano board with this MPLAB X project, follow the steps
5353

5454
The following peripheral and clock configurations are set up using the bare metal code inside the `main.c` source file for the AVR128DA48.
5555

56-
### Setup for Use Case #1 - Configure the OSCHF to run at 1 MHz and activate/deactivate the auto-tune feature
56+
### Setup for Use Case #1 - Configure the OSCHF to Run at 1 MHz and Activate or Deactivate the Auto-Tune Feature
5757

5858
The following configurations must be made for this project:
5959

@@ -71,13 +71,13 @@ Clock:
7171
<br>Pressing the **SW0** button on the AVR128DA48 Curiosity Nano will enable the auto-tune feature, then it will disable it.
7272

7373
**Results**
74-
<br>The figure below presents the output signal on PA7 (CLKOUT) pin with auto-tune feature deactivated (CLK configured to run at 1 MHz).
74+
<br>The following figure presents the output signal on PA7 pin (CLKOUT) with auto-tune feature deactivated (CLK configured to run at 1 MHz).
7575
<br><img src="images/AVR-DA_Autotune_use_case_1_CLKOUT_auto-tune_disabled.png">
7676

77-
<br>The figure below presents the output signal on PA7 (CLKOUT) pin with auto-tune feature activated (CLK configured to run at 1 MHz).
77+
<br>The following figure presents the output signal on PA7 pin (CLKOUT) with auto-tune feature activated (CLK configured to run at 1 MHz).
7878
<br><img src="images/AVR-DA_Autotune_use_case_1_CLKOUT_auto-tune_enabled.png">
7979

80-
### Setup for Use Case #2 - Configure the OSCHF to Run at 4 MHz and Activate/Deactivate the Auto-Tune Feature
80+
### Setup for Use Case #2 - Configure the OSCHF to Run at 4 MHz and Activate or Deactivate the Auto-Tune Feature
8181

8282
The following configurations must be made for this project:
8383

@@ -95,13 +95,13 @@ Clock:
9595
Change the frequency settings to 4 MHz as described in [_TB3234 - Internal High-Frequency Oscillator Calibration Using the Auto-Tune Feature_](https://www.microchip.com/en-us/application-notes/tb3234) and program the project to the board (see instructions above).
9696

9797
**Results**
98-
<br>The figure below presents the output signal on PA7 (CLKOUT) pin with auto-tune feature deactivated (CLK configured to run at 4 MHz).
98+
<br>The following figure presents the output signal on PA7 pin (CLKOUT) with auto-tune feature deactivated (CLK configured to run at 4 MHz).
9999
<br><img src="images/AVR-DA_Autotune_use_case_2_CLKOUT_auto-tune_disabled.png">
100100

101-
<br>The figure below presents the output signal on PA7 (CLKOUT) pin with auto-tune feature activated (CLK configured to run at 4 MHz).
101+
<br>The following figure presents the output signal on PA7 pin (CLKOUT) with auto-tune feature activated (CLK configured to run at 4 MHz).
102102
<br><img src="images/AVR-DA_Autotune_use_case_2_CLKOUT_auto-tune_enabled.png">
103103

104-
### Setup for Use Case #3 - Configure the OSCHF to Run at 24 MHz and Activate/Deactivate the Auto-Tune Feature
104+
### Setup for Use Case #3 - Configure the OSCHF to Run at 24 MHz and Activate or Deactivate the Auto-Tune Feature
105105

106106
The following configurations must be made for this project:
107107

@@ -116,16 +116,16 @@ Clock:
116116
| :-------: | :-----------: |
117117
| PC7 (SW0) | Digital input |
118118

119-
Change the frequency settings to 24 MHz as described in T[_TB3234 - Internal High-Frequency Oscillator Calibration Using the Auto-Tune Feature_](https://www.microchip.com/en-us/application-notes/tb3234) and program the project to the board (see instructions above).
119+
Change the frequency settings to 24 MHz as described in [_TB3234 - Internal High-Frequency Oscillator Calibration Using the Auto-Tune Feature_](https://www.microchip.com/en-us/application-notes/tb3234) and program the project to the board (see instructions above).
120120

121121
**Results**
122-
<br>The figure below presents the output signal on PA7 (CLKOUT) pin with auto-tune feature deactivated (CLK configured to run at 24 MHz).
122+
<br>The following figure presents the output signal on PA7 pin (CLKOUT) with auto-tune feature deactivated (CLK configured to run at 24 MHz).
123123
<br><img src="images/AVR-DA_Autotune_use_case_3_CLKOUT_auto-tune_disabled.png">
124124

125-
<br>The figure below presents the output signal on PA7 (CLKOUT) pin with auto-tune feature activated (CLK configured to run at 24 MHz).
125+
<br>The following figure presents the output signal on PA7 pin (CLKOUT) with auto-tune feature activated (CLK configured to run at 24 MHz).
126126
<br><img src="images/AVR-DA_Autotune_use_case_3_CLKOUT_auto-tune_enabled.png">
127127

128-
### Setup for Use Case #4 - Configure the OSCHF to Run at 4 MHz with Incorrect Tuning Value
128+
### Setup for Use Case #4 - Configure the OSCHF to Run at 4 MHz With Incorrect Tuning Value
129129

130130
The following configurations must be made for this project:
131131

@@ -143,10 +143,10 @@ Clock:
143143
Change the frequency settings to 4 MHz with incorrect tune value as described in [_TB3234 - Internal High-Frequency Oscillator Calibration Using the Auto-Tune Feature_](https://www.microchip.com/en-us/application-notes/tb3234) and program the project to the board (see instructions above).
144144

145145
**Results**
146-
<br>The figure below presents the output signal on PA7 (CLKOUT) pin with incorrect tuning value (CLK configured to run at 4 MHz).
146+
<br>The following figure presents the output signal on PA7 pin (CLKOUT) with incorrect tuning value (CLK configured to run at 4 MHz).
147147
<br><img src="images/AVR-DA_Autotune_use_case_4_CLKOUT_incorrect_tune.png">
148148

149-
<br>The figure below presents the output signal on PA7 (CLKOUT) pin with auto-tune feature activated (CLK configured to run at 4 MHz).
149+
<br>The following figure presents the output signal on PA7 pin (CLKOUT) with auto-tune feature activated (CLK configured to run at 4 MHz).
150150
<br><img src="images/AVR-DA_Autotune_use_case_4_CLKOUT_auto-tune_enabled.png">
151151

152152
## Summary
@@ -192,9 +192,9 @@ This chapter demonstrates how to use the MPLAB X IDE to program an AVR device wi
192192
- [Back to Use Cases](#use-cases)
193193
- [Back to Operation](#operation)
194194
- [Back to Setup](#setup)
195-
- [Back to Setup for Use Case #1](#setup-for-use-case-1---configure-the-oschf-to-run-at-1-mhz-and-activatedeactivate-the-auto-tune-feature)
196-
- [Back to Setup for Use Case #2](#setup-for-use-case-2---configure-the-oschf-to-run-at-4-mhz-and-activatedeactivate-the-auto-tune-feature)
197-
- [Back to Setup for Use Case #3](#setup-for-use-case-3---configure-the-oschf-to-run-at-24-mhz-and-activatedeactivate-the-auto-tune-feature)
195+
- [Back to Setup for Use Case #1](#setup-for-use-case-1---configure-the-oschf-to-run-at-1-mhz-and-activate-or-deactivate-the-auto-tune-feature)
196+
- [Back to Setup for Use Case #2](#setup-for-use-case-2---configure-the-oschf-to-run-at-4-mhz-and-activate-or-deactivate-the-auto-tune-feature)
197+
- [Back to Setup for Use Case #3](#setup-for-use-case-3---configure-the-oschf-to-run-at-24-mhz-and-activate-or-deactivate-the-auto-tune-feature)
198198
- [Back to Setup for Use Case #4](#setup-for-use-case-4---configure-the-oschf-to-run-at-4-mhz-with-incorrect-tuning-value)
199199
- [Back to Summary](#summary)
200200
- [Back to How to Program the Curiosity Nano Board](#how-to-program-the-curiosity-nano-board)

0 commit comments

Comments
 (0)