Do you support this device?

If you already have an MPLAB® XC8 compiler and want to know if it supports a particular device, there are a couple of ways you can do this.

1) You can see the supported devices in your favorite web browser. Open the pic_chipinfo.html file for a list of all supported baseline or mid-range devices, or pic18_chipinfo.html for all PIC18 devices. Both these files are located in the docs folder of the compiler’s installation directory.

2) Run the compiler on the DOS command line with the argument --CHIPINFO. For example, if you were checking the v1.20 XC8 compiler, use the following command:

"C:\Program Files\Microchip\xc8\v1.20\bin\xc8.exe" --CHIPINFO

You will see is a list of supported devices printed to the console.

© 2024 Microchip Technology, Inc.
Notice: ARM and Cortex are the registered trademarks of ARM Limited in the EU and other countries.
Information contained on this site regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.