Skip to content

Commit abbbd3e

Browse files
committed
Added MCC configuration file
1 parent 527d38f commit abbbd3e

File tree

18 files changed

+14784
-51
lines changed

18 files changed

+14784
-51
lines changed

pic24f-hello-world-uart.X/MyConfig.mc3

Lines changed: 14725 additions & 0 deletions
Large diffs are not rendered by default.

pic24f-hello-world-uart.X/main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
@Description
1414
This source file provides main entry point for system initialization and application code development.
1515
Generation Information :
16-
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.167.0
17-
Device : PIC24FJ128GB110
16+
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.168.0
17+
Device : PIC24FJ1024GB610
1818
The generated drivers are tested against the following:
1919
Compiler : XC16 v1.50
20-
MPLAB : MPLAB X v5.35
20+
MPLAB : MPLAB X v5.40
2121
*/
2222

2323
/*

pic24f-hello-world-uart.X/mcc_generated_files/clock.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
@Description:
1414
This header file provides implementations for driver APIs for all modules selected in the GUI.
1515
Generation Information :
16-
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.167.0
16+
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.168.0
1717
Device : PIC24FJ1024GB610
1818
The generated drivers are tested against the following:
1919
Compiler : XC16 v1.50
20-
MPLAB : MPLAB X v5.35
20+
MPLAB : MPLAB X v5.40
2121
*/
2222

2323
/*

pic24f-hello-world-uart.X/mcc_generated_files/clock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
@Description:
1414
This header file provides implementations for driver APIs for all modules selected in the GUI.
1515
Generation Information :
16-
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.167.0
16+
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.168.0
1717
Device : PIC24FJ1024GB610
1818
The generated drivers are tested against the following:
1919
Compiler : XC16 v1.50
20-
MPLAB : MPLAB X v5.35
20+
MPLAB : MPLAB X v5.40
2121
*/
2222

2323
/*

pic24f-hello-world-uart.X/mcc_generated_files/interrupt_manager.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
@Description:
1515
This source file provides implementations for PIC24 / dsPIC33 / PIC32MM MCUs interrupts.
1616
Generation Information :
17-
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.167.0
17+
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.168.0
1818
Device : PIC24FJ1024GB610
1919
The generated drivers are tested against the following:
2020
Compiler : XC16 v1.50
21-
MPLAB : MPLAB X v5.35
21+
MPLAB : MPLAB X v5.40
2222
*/
2323
/*
2424
(c) 2020 Microchip Technology Inc. and its subsidiaries. You may use this

pic24f-hello-world-uart.X/mcc_generated_files/interrupt_manager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
@Description:
1515
This source file provides implementations for PIC24 / dsPIC33 / PIC32MM MCUs interrupts.
1616
Generation Information :
17-
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.167.0
17+
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.168.0
1818
Device : PIC24FJ1024GB610
1919
The generated drivers are tested against the following:
2020
Compiler : XC16 v1.50
21-
MPLAB : MPLAB X v5.35
21+
MPLAB : MPLAB X v5.40
2222
*/
2323
/*
2424
(c) 2020 Microchip Technology Inc. and its subsidiaries. You may use this

pic24f-hello-world-uart.X/mcc_generated_files/mcc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
@Description:
1414
The configuration contents of this file are moved to system.c and this file will be removed in future MCC releases.
1515
Generation Information :
16-
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.167.0
16+
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.168.0
1717
Device : PIC24FJ1024GB610
1818
The generated drivers are tested against the following:
1919
Compiler : XC16 v1.50
20-
MPLAB : MPLAB X v5.35
20+
MPLAB : MPLAB X v5.40
2121
*/
2222

2323
/*

pic24f-hello-world-uart.X/mcc_generated_files/mcc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
@Description:
1414
This file will be removed in future MCC releases. Use system.h instead.
1515
Generation Information :
16-
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.167.0
16+
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.168.0
1717
Device : PIC24FJ1024GB610
1818
The generated drivers are tested against the following:
1919
Compiler : XC16 v1.50
20-
MPLAB : MPLAB X v5.35
20+
MPLAB : MPLAB X v5.40
2121
*/
2222

2323
/*

pic24f-hello-world-uart.X/mcc_generated_files/pin_manager.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
@Description:
1616
This source file provides implementations for PIN MANAGER.
1717
Generation Information :
18-
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.167.0
18+
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.168.0
1919
Device : PIC24FJ1024GB610
2020
The generated drivers are tested against the following:
2121
Compiler : XC16 v1.50
22-
MPLAB : MPLAB X v5.35
22+
MPLAB : MPLAB X v5.40
2323
*/
2424

2525
/*
@@ -124,8 +124,8 @@ void PIN_MANAGER_Initialize (void)
124124
***************************************************************************/
125125
__builtin_write_OSCCONL(OSCCON & 0xbf); // unlock PPS
126126

127-
RPINR18bits.U1RXR = 0x000A; //RF4->UART1:U1RX
128127
RPOR8bits.RP17R = 0x0003; //RF5->UART1:U1TX
128+
RPINR18bits.U1RXR = 0x000A; //RF4->UART1:U1RX
129129

130130
__builtin_write_OSCCONL(OSCCON | 0x40); // lock PPS
131131
}

pic24f-hello-world-uart.X/mcc_generated_files/pin_manager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
@Description:
1616
This source file provides implementations for PIN MANAGER.
1717
Generation Information :
18-
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.167.0
18+
Product Revision : PIC24 / dsPIC33 / PIC32MM MCUs - 1.168.0
1919
Device : PIC24FJ1024GB610
2020
The generated drivers are tested against the following:
2121
Compiler : XC16 v1.50
22-
MPLAB : MPLAB X v5.35
22+
MPLAB : MPLAB X v5.40
2323
*/
2424

2525
/*

0 commit comments

Comments
 (0)