Difference between revisions of "NU32 Software"
From Mech
Jump to navigationJump to searchLine 36: | Line 36: | ||
* [http://www.ftdichip.com/Drivers/VCP.htm FTDI Virtual COM Port Driver] |
* [http://www.ftdichip.com/Drivers/VCP.htm FTDI Virtual COM Port Driver] |
||
* [http://www.putty.org/ PuTTY Terminal Emulator for Windows] (use "screen" on Linux and the Terminal program on a Mac) |
* [http://www.putty.org/ PuTTY Terminal Emulator for Windows] (use "screen" on Linux and the Terminal program on a Mac) |
||
* [[Media:Embedded_Computing_V1.0-Nov_2015.zip | Full Book Source Code (November 2015)]] (The 01_Quickstart directory contains the PIC32Quickstart code mentioned in the book.) |
* [[Media:Embedded_Computing_V1.0-Nov_2015.zip | Full Book Source Code (November 2015)]] (The 01_Quickstart directory contains the PIC32Quickstart code mentioned in Chapter 1 of the book.) |
Revision as of 17:34, 10 December 2015
Software
- Text Editors (these are just suggestions; feel free to use any text editor you are comfortable with)
- Native C Compiler
- for Mac
- for Windows
- MinGW - download mingw-get-setup.exe
- After downloading the installer:
- Select mingw32-base and choose "mark for installation"
- Select msys-base and choose "mark for installation"
- In the file menu select Installation->Apply Changes
- for Linux
- Ubuntu: sudo apt-get install build-essential
- Arch: sudo pacman -S base-devel
- Make: The instructions for installing Native C Compiler also install make
- The Microchip XC32 Compiler
- MPLAB Harmony
- FTDI Virtual COM Port Driver
- PuTTY Terminal Emulator for Windows (use "screen" on Linux and the Terminal program on a Mac)
- Full Book Source Code (November 2015) (The 01_Quickstart directory contains the PIC32Quickstart code mentioned in Chapter 1 of the book.)