Skip to content

Commit 112b1d7

Browse files
Nathaniel ThompsonNathaniel Thompson
authored andcommitted
MPAE-15256: Fixed metadata and made minor changes to readme.
1 parent 2866336 commit 112b1d7

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed

.main-meta/main.json

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic16f18076-rw-external-memory-mplab-mcc",
7-
"version": " ",
8-
"displayName": "",
7+
"version": "1.0.0",
8+
"displayName": "How to Write and Read to an External EEPROM with a PIC16F18076",
99
"projectName": "pic16f18076-rw-external-memory-mplab-mcc",
1010
"shortDescription": "Example demonstrating how to do basic read and writes to external memory using the MSSP driver in MCC.",
1111
"ide": {
@@ -19,12 +19,12 @@
1919
}
2020
],
2121
"dfp": {
22-
"name": "",
23-
"semverRange": ""
22+
"name": "PIC16F1xxxx_DFP",
23+
"semverRange": "^1.15.191"
2424
},
2525
"configurator": {
26-
"name": "",
27-
"semverRange": ""
26+
"name": "MCC",
27+
"semverRange": "^5.2.2"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",
@@ -37,8 +37,29 @@
3737
}
3838
},
3939
"author": "Microchip",
40-
"peripherals": [],
41-
"keywords": [],
40+
"peripherals": [
41+
"MSSP",
42+
"SPI",
43+
"EUSART"
44+
],
45+
"keywords": [
46+
"EEPROM",
47+
"MSSP",
48+
"SPI",
49+
"EUSART",
50+
"UART",
51+
"USART",
52+
"Read",
53+
"Write",
54+
"Discrete Component",
55+
"External Memory",
56+
"Data Visualizer",
57+
"MikroE Click Board",
58+
"Virtual COM Port",
59+
"Curiosity Nano",
60+
"Melody"
61+
62+
],
4263
"additionalData": {
4364
"longDescription": {
4465
"metaDataVersion": "1.0.0",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# How to Write and Read to an External EEPROM with a PIC16F18076
66

7-
This example will walk the user through how to read and write both a single byte and array of memory from a PIC16F18076 microcontroller on a curiosity nano development board to an external 25CSM04 EEPROM device on a Mikroe EEPROM 7 click board using MPLAB Code Configurator and the MSSP SPI peripheral. MCC will also be used to setup the microcontroller's pins and basic configurations while the UART peripheral will be configured for debugging and outputing the result of the example's included test of the write and read process.
7+
This example will explain how to read and write both a single byte and array of memory from a PIC16F18076 microcontroller to an external EEPROM device. A curiosity nano development board will be used with an external 25CSM04 EEPROM device on a Mikroe EEPROM 7 click board. Additionally, MPLAB Code Configurator with its MSSP SPI peripheral will be used to handle communication between the microcontroller and the EEPROM device. MCC will also be used to setup the microcontroller's pins and basic configurations and the UART peripheral will be configured for debugging and outputing the results of the example's included tests for reading and writing.
88

99
## Related Documentation
1010

@@ -323,4 +323,4 @@ The demonstration will automatically run on programming and output the results o
323323

324324
## Summary
325325

326-
This example demonstrate basic read and write functionality using a PIC16F18076 microcontroler and an external 25CSM04 EEPROM device on a Mikroe EEPROM 7 click board.
326+
This example demonstrates basic read and write functionality using a PIC16F18076 microcontroler and an external 25CSM04 EEPROM device on a Mikroe EEPROM 7 click board.

0 commit comments

Comments
 (0)