File tree Expand file tree Collapse file tree 18 files changed +14784
-51
lines changed
pic24f-hello-world-uart.X Expand file tree Collapse file tree 18 files changed +14784
-51
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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/*
Original file line number Diff line number Diff line change 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/*
Original file line number Diff line number Diff line change 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/*
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/*
Original file line number Diff line number Diff line change 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/*
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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/*
You can’t perform that action at this time.
0 commit comments