Skip to content

Commit 4bdc8ba

Browse files
carleheegilro
authored andcommitted
MPAE-4226: added cnano user guide link, and changed title of Readme. Updated description in metadata, and added keywords. Changed fuse settings
1 parent e674de0 commit 4bdc8ba

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.main-meta/main.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version": "1.0.0",
88
"displayName": "Gain and Offset Calibration of the Analog Signal Conditioning (OPAMP) Peripheral",
99
"projectName": "avr128db48-opamp-gain-and-offset-calibration",
10-
"shortDescription": "This application note describes how to calibrate the gain and offset of the Analog Signal Conditioning (OPAMP) peripheral when configured as a Programmable Gain Amplifier (PGA). The microcontroller's (MCU's) internal digital-to-analog converter (DAC) and analog-to-digital converter (ADC) are used to perform the calibration procedure. No external components are required.",
10+
"shortDescription": "This Atmel Studio 7 bare metal example in Gain and Offset Calibration of the Analog Signal Conditioning (OPAMP) Peripheral (AN3633) shows how to calibrate the gain and offset of the OPAMP when configured as a Programmable Gain Amplifier (PGA). The internal Digital-to-Analog converter (DAC) and Analog-to-Digital converter (ADC) are used to perform the calibration procedure. No external components are required.",
1111
"ide": {
1212
"name": "Studio",
1313
"semverRange": ">=7.0.2397"
@@ -43,9 +43,6 @@
4343
],
4444
[
4545
"Peripherals", "DAC"
46-
],
47-
[
48-
"Peripherals", "VREF"
4946
],
5047
[
5148
"Peripherals", "ADC"
@@ -55,7 +52,7 @@
5552
]
5653
],
5754
"peripherals": [
58-
"OPAMP", "DAC", "VREF", "ADC"
55+
"OPAMP", "DAC", "ADC"
5956
],
6057
"keywords": [
6158
"Analog Signal Conditioning",
@@ -66,7 +63,10 @@
6663
"PGA",
6764
"Gain",
6865
"Offset",
69-
"Calibration"
66+
"Calibration",
67+
"AVR-DB",
68+
"AVRDB",
69+
"opamp-gain-and-offset-calibration"
7070
],
7171
"additionalData": {
7272
"longDescription": {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!-- Please do not change this html logo with link -->
22
<a href="https://www.microchip.com" rel="nofollow"><img src="images/microchip.png" alt="MCHP" width="300"/></a>
33

4-
# AVR128DB48 Gain and Offset Calibration of the Analog Signal Conditioning (OPAMP) Peripheral
4+
# Gain and Offset Calibration of the Analog Signal Conditioning (OPAMP) Peripheral
55

66
A new feature introduced in the AVR® DB MCU is the Analog Signal Conditioning (OPAMP) peripheral. The OPAMP peripheral can be configured as a PGA, in this example the internal DAC and ADC are used to calibrate gain and offset for the PGA. For more information on the calibration procedure, see the [application note](https://microchip.com/DS00003633).
77

88
## Related Documentation
99

1010
* [AN3633 - Gain and Offset Calibration of the Analog Signal Conditioning (OPAMP) Peripheral](https://microchip.com/DS00003633)
11-
* AVR128DB48 Curiosity Nano User Guide (link will be added once available)
11+
* [AVR128DB48 Curiosity Nano User Guide](https://www.microchip.com/DS50003037)
1212
* [AVR128DB48 Device Page](https://www.microchip.com/wwwproducts/en/AVR128DB48)
1313

1414
## Software Used

0 commit comments

Comments
 (0)