I want to create an USB interface using PIC18F14K50. I have source code using c18 compiler but I want to update my firmware using XC8 (v1.37) compiler. I am using MPLAB X 3.25. Though the C compiler is giving me good results, I want to make my firmware forward compatible.
Asked
Active
Viewed 492 times
1 Answers
0
Download the current Microchip Libraries for Applications from the vendor's website. Most (if not all) of the USB sample projects in the MLA compile with XC8 and build for the PIC18F14K50.

jolati
- 700
- 11
- 19
-
Ok...Thanks Jolati. :) – Ravi C Mar 28 '16 at 04:44